init-web-cli
Version:
33 lines (32 loc) • 628 B
JSON
{
"name": "init-web-cli",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"init-web-cli": "./bin/cli.js"
},
"keywords": [
"web-cli",
"脚手架"
],
"author": {
"name": "liuguangyuan",
"email": "695750870@qq.com"
},
"license": "ISC",
"dependencies": {
"axios": "^0.26.1",
"chalk": "^4.0.0",
"commander": "^9.2.0",
"download-git-repo": "^3.0.2",
"figlet": "^1.5.0",
"fs-extra": "^10.1.0",
"inquirer": "^8.2.2",
"ora": "^5.4.0",
"util": "^0.12.4"
}
}