@pluve/create-web-cli
Version:
益丰项目脚手架
30 lines (29 loc) • 579 B
JSON
{
"name": "@pluve/create-web-cli",
"version": "1.0.7",
"description": "益丰项目脚手架",
"main": "index.js",
"preferGlobal": true,
"bin": {
"pluve": "bin/pluve"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"yf",
"pluve"
],
"author": "陈昕岭",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.0",
"child_process": "^1.0.2",
"commander": "^6.2.0",
"download-git-repo": "^3.0.2",
"inquirer": "^7.3.3",
"ora": "^5.1.0",
"request": "^2.88.2"
}
}