vuepress-theme-plume/cli/package.json
2025-12-13 16:50:11 +08:00

53 lines
1.2 KiB
JSON

{
"name": "create-vuepress-theme-plume",
"type": "module",
"version": "1.0.0-rc.182",
"description": "The cli for create vuepress-theme-plume's project",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
"homepage": "https://theme-plume.vuejs.press/",
"repository": {
"type": "git",
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git",
"directory": "cli"
},
"bugs": {
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"
},
"keywords": [
"VuePress",
"theme",
"plume",
"cli"
],
"bin": "./bin/index.js",
"files": [
"bin",
"lib",
"templates"
],
"scripts": {
"build": "tsdown"
},
"dependencies": {
"@clack/prompts": "catalog:prod",
"@pengzhanbo/utils": "catalog:prod",
"cac": "catalog:prod",
"handlebars": "catalog:prod",
"nano-spawn": "catalog:prod",
"os-locale": "catalog:prod",
"picocolors": "catalog:prod",
"sort-package-json": "catalog:prod"
},
"plume-deps": {
"vuepress": "2.0.0-rc.26",
"vue": "^3.5.25",
"http-server": "^14.1.1",
"typescript": "^5.9.3"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}