{
  "name": "vuepress-plugin-md-enhance",
  "version": "2.0.0-rc.78",
  "description": "Markdown enhancement plugin for vuepress",
  "keywords": [
    "vuepress",
    "vuepress2",
    "vuepress-plugin",
    "align",
    "attrs",
    "chart",
    "container",
    "demo",
    "echarts",
    "flowchart",
    "footnote",
    "gfm",
    "include",
    "mark",
    "markdown",
    "markmap",
    "mermaid",
    "playground",
    "stylize",
    "subscript",
    "superscript",
    "tasklist"
  ],
  "homepage": "https://plugin-md-enhance.vuejs.press/",
  "bugs": {
    "url": "https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuepress-theme-hope/vuepress-theme-hope.git",
    "directory": "packages/md-enhance"
  },
  "license": "MIT",
  "author": {
    "name": "Mr.Hope",
    "email": "mister-hope@outlook.com",
    "url": "https://mister-hope.com"
  },
  "type": "module",
  "exports": {
    ".": "./lib/node/index.js",
    "./client": "./lib/client/index.js",
    "./client/*": "./lib/client/*",
    "./package.json": "./package.json"
  },
  "main": "./lib/node/index.js",
  "types": "./lib/node/index.d.ts",
  "files": [
    "lib"
  ],
  "dependencies": {
    "@mdit/plugin-container": "^0.16.0",
    "@mdit/plugin-demo": "^0.16.0",
    "@mdit/plugin-plantuml": "^0.16.0",
    "@mdit/plugin-uml": "^0.16.0",
    "@types/markdown-it": "^14.1.2",
    "@vuepress/helper": "^2.0.0-rc.91",
    "@vuepress/plugin-sass-palette": "2.0.0-rc.91",
    "@vueuse/core": "^13.0.0",
    "balloon-css": "^1.2.0",
    "js-yaml": "^4.1.0",
    "vue": "^3.5.13",
    "vuepress-shared": "2.0.0-rc.78"
  },
  "devDependencies": {
    "@types/babel__core": "7.20.5",
    "@vuepress/bundler-vite": "2.0.0-rc.20",
    "markdown-it": "14.1.0",
    "typescript": "5.8.2"
  },
  "peerDependencies": {
    "@vue/repl": "^4.1.1",
    "chart.js": "^4.0.0",
    "echarts": "^5.0.0",
    "flowchart.ts": "^3.0.0",
    "kotlin-playground": "^1.23.0",
    "markmap-lib": "^0.18.5",
    "markmap-toolbar": "^0.18.5",
    "markmap-view": "^0.18.5",
    "mermaid": "^11.6.0",
    "sandpack-vue3": "^3.0.0",
    "sass": "^1.86.0",
    "sass-embedded": "^1.86.0",
    "sass-loader": "^16.0.5",
    "vuepress": "2.0.0-rc.20"
  },
  "peerDependenciesMeta": {
    "@vue/repl": {
      "optional": true
    },
    "chart.js": {
      "optional": true
    },
    "echarts": {
      "optional": true
    },
    "flowchart.ts": {
      "optional": true
    },
    "kotlin-playground": {
      "optional": true
    },
    "markmap-lib": {
      "optional": true
    },
    "markmap-toolbar": {
      "optional": true
    },
    "markmap-view": {
      "optional": true
    },
    "mermaid": {
      "optional": true
    },
    "sandpack-vue3": {
      "optional": true
    },
    "sass": {
      "optional": true
    },
    "sass-embedded": {
      "optional": true
    },
    "sass-loader": {
      "optional": true
    }
  },
  "engines": {
    "node": "^18.19.0 || >= 20.6.0",
    "npm": ">=8",
    "pnpm": ">=7",
    "yarn": ">=2"
  },
  "scripts": {
    "build": "rollup -c rollup.config.ts --configPlugin esbuild",
    "clean": "rimraf --glob ./lib ./*.tsbuildinfo",
    "copy": "cpx \"src/client/**/*.{vue,css,scss,eot,woff,ttf}\" lib/client",
    "dev": "concurrently \"pnpm dev:copy\" \"pnpm dev:ts\"",
    "dev:copy": "pnpm copy -w",
    "dev:ts": "tsc -b tsconfig.build.json --watch"
  }
}