ivue-cli
Version:
37 lines (36 loc) • 681 B
JSON
{
"name": "ivue-cli",
"version": "1.0.2",
"description": "",
"main": "index.js",
"bin": {
"ivue": "./bin/cli.js"
},
"files": [
"bin",
"lib"
],
"keywords": [
"ivue-cli",
"ivue",
"vue脚手架"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Jian",
"email": "jian897826244@qq.com"
},
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"chalk": "^4.1.1",
"commander": "^8.0.0",
"download-git-repo": "^3.0.2",
"figlet": "^1.5.0",
"fs-extra": "^10.0.0",
"inquirer": "^8.1.1",
"ora": "^5.4.1"
}
}