readline-vue2-cli
Version:
一个 mini 版的自定义脚手架
34 lines • 649 B
JSON
{
"name": "readline-vue2-cli",
"version": "1.0.1",
"description": "",
"main": "bin/index.js",
"bin": {
"readline": "bin/index.js"
},
"files": [
"bin"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"readline-cli",
"自定义脚手架"
],
"author": "kimDote",
"license": "ISC",
"dependencies": {
"axios": "^0.24.0",
"commander": "^8.3.0",
"download-git-repo": "^3.0.2",
"fs-extra": "^10.0.0",
"git-clone": "^0.2.0",
"inquirer": "^8.2.0",
"ora": "^5.4.1",
"util": "^0.12.4"
},
"devDependencies": {
"rimraf": "^3.0.2"
}
}