{
  "name": "create-vitepress-demo",
  "version": "0.1.23",
  "description": "搭建一个带有专业 demo 演示能力的 vitepress 项目",
  "main": "index.js",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "template",
    ".gitignore",
    "*.js"
  ],
  "bin": {
    "create-vitepress-demo": "index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bowencool/create-vitepress-demo.git"
  },
  "keywords": [
    "vitepress",
    "markdown",
    "demo",
    "iframe"
  ],
  "author": "bowencool",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/bowencool/create-vitepress-demo/issues"
  },
  "homepage": "https://github.com/bowencool/create-vitepress-demo#readme",
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "chalk": "^4",
    "ejs": "^3",
    "fs-extra": "^10.0.0",
    "handlebars": "^4",
    "inquirer": "^7",
    "metalsmith": "^2",
    "minimatch": "^3",
    "minimist": "^1"
  }
}
