mall-cli-project
Version:
# 项目说明 前端脚手架工具,能够快速从自己gitlab仓库中拉出模板代码,并下载代码、下载依赖
33 lines (32 loc) • 742 B
JSON
{
"name": "mall-cli-project",
"version": "1.2.12",
"description": "",
"main": "./bin/cli.js",
"bin": {
"mall-cli": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.3.4",
"chalk": "^4.1.2",
"commander": "^9.5.0",
"cross-spawn": "^7.0.3",
"download-git-repo": "^3.0.2",
"ejs": "^3.1.8",
"figlet": "^1.5.2",
"fs-extra": "^11.1.0",
"inquirer": "^8.0.0",
"npminstall": "^7.4.1",
"ora": "^5.0.0"
},
"keywords": ["脚手架", "前端脚手架", "cli", "mall-cli"],
"repository": {
"type": "git",
"url": "https://github.com/YangQingRui/mall-cli-project"
}
}