{
  "name": "@slidev/cli",
  "version": "0.27.20",
  "description": "Presentation slides for developers",
  "homepage": "https://sli.dev",
  "bugs": "https://github.com/slidevjs/slidev/issues",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/slidevjs/slidev"
  },
  "funding": "https://github.com/sponsors/antfu",
  "author": "antfu <anthonyfu117@hotmail.com>",
  "files": [
    "bin",
    "client",
    "dist",
    "template.md"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./*": "./*"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "bin": {
    "slidev": "./bin/slidev.js"
  },
  "peerDependencies": {
    "playwright-chromium": "^1.10.0"
  },
  "peerDependenciesMeta": {
    "playwright-chromium": {
      "optional": true
    }
  },
  "dependencies": {
    "@antfu/utils": "^0.3.0",
    "@iconify-json/carbon": "^1.0.12",
    "@iconify-json/ph": "^1.0.2",
    "@slidev/client": "0.27.20",
    "@slidev/parser": "0.27.20",
    "@slidev/types": "0.27.20",
    "@vitejs/plugin-vue": "^2.0.0",
    "@vue/compiler-sfc": "^3.2.26",
    "cli-progress": "^3.9.1",
    "codemirror": "^5.64.0",
    "connect": "^3.7.0",
    "debug": "^4.3.3",
    "fast-glob": "^3.2.7",
    "fs-extra": "^10.0.0",
    "global-dirs": "^3.0.0",
    "import-from": "^4.0.0",
    "is-installed-globally": "^0.4.0",
    "jiti": "^1.12.9",
    "js-base64": "^3.7.2",
    "katex": "^0.15.1",
    "kolorist": "^1.5.0",
    "markdown-it": "^12.3.0",
    "markdown-it-footnote": "^3.0.3",
    "markdown-it-link-attributes": "^3.0.0",
    "monaco-editor": "^0.31.0",
    "nanoid": "^3.1.30",
    "open": "^8.4.0",
    "pdf-lib": "^1.17.1",
    "plantuml-encoder": "^1.4.0",
    "prismjs": "^1.25.0",
    "prompts": "^2.4.2",
    "resolve": "^1.20.0",
    "resolve-from": "^5.0.0",
    "resolve-global": "^1.0.0",
    "shiki": "^0.9.15",
    "unplugin-icons": "^0.12.23",
    "unplugin-vue-components": "^0.17.9",
    "vite": "^2.7.2",
    "vite-plugin-md": "^0.11.6",
    "vite-plugin-remote-assets": "^0.2.2",
    "vite-plugin-vue-server-ref": "^0.2.4",
    "vite-plugin-windicss": "^1.5.4",
    "vue": "^3.2.26",
    "windicss": "^3.3.0",
    "yargs": "^17.3.0"
  },
  "devDependencies": {
    "@types/plantuml-encoder": "^1.4.0",
    "fast-deep-equal": "^3.1.3",
    "semver": "^7.3.5",
    "sirv": "^1.0.19"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "build": "rimraf dist && tsup node/index.ts node/cli.ts --dts --format cjs,esm --splitting --external @slidev/client/package.json",
    "dev": "nr build --watch",
    "start": "esno node/cli.ts"
  }
}