acv-cli
Version:
a auto create vue2 cli
29 lines • 553 B
JSON
{
"name": "acv-cli",
"version": "1.0.0",
"description": "a auto create vue2 cli",
"main": "index.js",
"bin": {
"acv": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"vue",
"acv"
],
"author": "kzj",
"license": "MIT",
"homepage": "https://github.com/kzj0916",
"repository": {
"type": "git",
"url": "https://github.com/kzj0916"
},
"dependencies": {
"commander": "^6.1.0",
"download-git-repo": "^3.0.2",
"ejs": "^3.1.5"
}
}