st-build-cli
Version:
一个创建基础应用的自定义脚手架
29 lines (28 loc) • 549 B
JSON
{
"name": "st-build-cli",
"version": "1.0.1",
"description": "",
"main": "./bin/www.js",
"bin": "./bin/www.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"bin"
],
"keywords": [
"build-cli",
"自定义脚手架"
],
"author": "qinglei.zhang",
"license": "ISC",
"dependencies": {
"axios": "^0.24.0",
"commander": "^11.0.0",
"download-git-repo": "^3.0.2",
"fs-extra": "^10.0.0",
"inquirer": "^8.2.0",
"ora": "^5.4.1",
"util": "^0.12.5"
}
}