zs_webfront_cli
Version:
simple_cli
42 lines (41 loc) • 815 B
JSON
{
"name": "zs_webfront_cli",
"version": "1.0.8",
"description": "simple_cli",
"main": "index.js",
"bin": {
"yd": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitee.com:yangdan1028/yd_cli_vue.git"
},
"files": [
"bin",
"lib"
],
"keywords": [
"yangdan-cli",
"yd",
"脚手架"
],
"author": {
"name": "kting",
"email": "1577207743@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"
}
}