{
  "name": "create-vuepress-theme-hope",
  "version": "2.0.0-rc.82",
  "description": "Create vuepress-theme-hope demo project helper",
  "keywords": [
    "create",
    "vuepress",
    "vuepress2",
    "vuepress-theme",
    "vuepress-theme-hope"
  ],
  "homepage": "https://theme-hope.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/create"
  },
  "license": "MIT",
  "author": {
    "name": "Mr.Hope",
    "email": "mister-hope@outlook.com",
    "url": "https://mister-hope.com"
  },
  "type": "module",
  "exports": {
    "./package.json": "./package.json"
  },
  "main": "./lib/node/index.js",
  "types": "./lib/node/index.d.ts",
  "bin": {
    "create-vuepress-theme-hope": "./lib/index.js"
  },
  "files": [
    "lib",
    "template"
  ],
  "dependencies": {
    "@inquirer/prompts": "^7.4.1",
    "commander": "^13.1.0",
    "execa": "^9.5.2"
  },
  "devDependencies": {
    "sass-embedded": "^1.86.3",
    "sass-loader": "^16.0.5",
    "vue": "^3.5.13",
    "vuepress": "2.0.0-rc.21",
    "vuepress-theme-hope": "2.0.0-rc.82"
  },
  "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",
    "dev": "pnpm dev:ts",
    "dev:ts": "tsc -b tsconfig.build.json --watch"
  }
}