gxm-build-cli
Version:
一个mini版的脚手架
29 lines (28 loc) • 574 B
JSON
{
"name": "gxm-build-cli",
"version": "1.0.1",
"main": "./bin/www.js",
"bin": "./bin/www.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "consunmida",
"license": "ISC",
"files": [
"bin"
],
"dependencies": {
"axios": "^1.2.2",
"commander": "^9.4.1",
"download-git-repo": "^3.0.2",
"fs-extra": "^11.1.0",
"inquirer": "^8.2.5",
"ora": "^5.4.1",
"util": "^0.12.5"
},
"keywords": [
"gxm-build-cli",
"自定义脚手架"
],
"description": "一个mini版的脚手架"
}