kingsun-cli
Version:
前端通用模板脚手架工具
32 lines (31 loc) • 663 B
JSON
{
"name": "kingsun-cli",
"version": "0.0.5",
"description": "前端通用模板脚手架工具",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"脚手架",
"vue脚手架",
"cli"
],
"author": "zhangxianming",
"license": "ISC",
"bin": {
"ks": "bin/index.js",
"ks-cli": "bin/index.js",
"kingsun": "bin/index.js"
},
"dependencies": {
"chalk": "^3.0.0",
"commander": "^5.0.0",
"download-git-repo": "^3.0.2",
"fs": "^0.0.1-security",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.3",
"log-symbols": "^3.0.0",
"ora": "^4.0.3"
}
}