vap-cli
Version:
个人常用项目模板
28 lines (27 loc) • 553 B
JSON
{
"name": "vap-cli",
"version": "1.0.5",
"description": "个人常用项目模板",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"项目模板"
],
"bin": {
"vap": "index.js",
"vap-cli": "index.js"
},
"author": "chrisxxp",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.0",
"commander": "^6.2.0",
"download-git-repo": "^3.0.2",
"handlebars": "^4.7.6",
"inquirer": "^7.3.3",
"log-symbols": "^4.0.0",
"ora": "^5.1.0"
}
}