wow-app-cli
Version:
一个含有丰富优质模板的脚手架
34 lines (33 loc) • 706 B
JSON
{
"name": "wow-app-cli",
"version": "1.2.4",
"description": "一个含有丰富优质模板的脚手架",
"main": "./bin/index.js",
"bin": {
"wow": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"bin"
],
"keywords": [
"wow-app-cli",
"自定义脚手架",
"模板"
],
"author": "webpon",
"license": "ISC",
"dependencies": {
"axios": "^0.24.0",
"chalk": "^4.1.2",
"commander": "^8.3.0",
"download-git-repo": "^3.0.2",
"fs-extra": "^10.0.0",
"inquirer": "^9.1.4",
"ora": "^5.4.1",
"terminal-link": "^2.1.1",
"util": "^0.12.4"
}
}