{
  "name": "@yanyu-fe/vuepress-plugin-code-block",
  "version": "0.2.2",
  "description": "vuepress@v2代码实现代码块demo展示",
  "main": "dist/node/index.mjs",
  "type": "module",
  "types": "dist/node/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yanyu-fe/vuepress-plugins.git"
  },
  "homepage": "https://github.com/yanyu-fe/vuepress-plugins/tree/main/plugins/code-block",
  "files": [
    "dist",
    "tscode.png",
    "tsraw.png",
    "tsshow.png"
  ],
  "keywords": [],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@types/fs-extra": "^9.0.13",
    "@types/markdown-it": "^12.2.3",
    "unbuild": "^0.8.11"
  },
  "peerDependencies": {
    "vite": "^3.1.4"
  },
  "dependencies": {
    "@vuepress/cli": "^2.0.0-beta.53",
    "@vuepress/core": "^2.0.0-beta.53",
    "@vuepress/markdown": "^2.0.0-beta.53",
    "@vuepress/plugin-prismjs": "^2.0.0-beta.53",
    "@vuepress/theme-default": "^2.0.0-beta.53",
    "fs-extra": "^10.1.0",
    "lodash-es": "^4.17.21",
    "markdown-it": "^13.0.1",
    "posthtml-parser": "^0.10.2",
    "posthtml-render": "^3.0.0",
    "scss": "^0.2.4",
    "vue": "^3.2.40"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub"
  }
}