{
    "name": "zw-vue-cli",
    "version": "1.0.7",
    "description": "一个脚手架，通过交互式命令从github中下载代码生成新项目",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "bin": {
        "zwcli": "bin/create-zw-template"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/zwfun/zw-cli.git"
    },
    "keywords": [
        "cli",
        "zw"
    ],
    "author": "zw",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/zwfun/zw-cli/issues"
    },
    "homepage": "https://github.com/zwfun/zw-cli#readme",
    "dependencies": {
        "chalk": "^2.4.2",
        "commander": "^2.19.0",
        "download-git-repo": "^1.1.0",
        "inquirer": "^6.2.2",
        "ora": "^3.2.0",
        "shelljs": "^0.8.3",
        "yargs": "^13.2.2"
    }
}
