create-vuepress-theme-plume
Version:
The cli for create vuepress-theme-plume's project
54 lines • 1.27 kB
JSON
{
"name": "create-vuepress-theme-plume",
"type": "module",
"version": "1.0.0-rc.204",
"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"
],
"files": [
"bin",
"dist",
"templates"
],
"dependencies": {
"@clack/prompts": "^1.6.0",
"@pengzhanbo/utils": "^3.7.3",
"cac": "^7.0.0",
"handlebars": "^4.7.9",
"nano-spawn": "^2.1.0",
"os-locale": "^8.0.0",
"picocolors": "^1.1.1",
"sort-package-json": "^4.0.0"
},
"plume-deps": {
"vuepress": "2.0.0-rc.30",
"vue": "^3.5.34",
"http-server": "^14.1.1",
"typescript": "^6.0.3"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "tsdown --config-loader unrun"
},
"bin": {
"create-vuepress-theme-plume": "./bin/index.js"
}
}