{ "name": "create-vuepress-theme-hope", "version": "2.0.0-rc.38", "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" ], "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" }, "dependencies": { "cac": "6.7.14", "execa": "8.0.1", "inquirer": "9.2.20" }, "devDependencies": { "@types/inquirer": "9.0.7" }, "engines": { "node": ">=18.18.0", "npm": ">=8", "pnpm": ">=7", "yarn": ">=2" } }