53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "create-vuepress-theme-plume",
|
|
"type": "module",
|
|
"version": "1.0.0-rc.195",
|
|
"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 --config-loader unrun"
|
|
},
|
|
"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.28",
|
|
"vue": "^3.5.32",
|
|
"http-server": "^14.1.1",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
}
|
|
}
|