xuqiang-cli
Version:
st-cli脚手架
27 lines (26 loc) • 494 B
JSON
{
"name": "xuqiang-cli",
"version": "1.0.3",
"description": "st-cli脚手架",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue",
"vue-cli",
"前端脚手架"
],
"author": "xuqiang",
"license": "ISC",
"bin": "bin/enter.js",
"dependencies": {
"axios": "^0.25.0",
"chalk": "^4.0.0",
"commander": "^9.4.1",
"download-git-repo": "^2.0.0",
"fs-extra": "^8.1.0",
"inquirer": "^6.5.1",
"ora": "^3.4.0"
}
}