{
    "name": "@reasy-team/reasy-vue-cli",
    "version": "0.1.3",
    "author": "moshang-xc",
    "description": "vue-cli for tenda front-end team",
    "main": "index.js",
    "bin": {
        "reasy-vue-cli": "index.js"
    },
    "directories": {
        "test": "test"
    },
    "dependencies": {
        "chalk": "^2.4.2",
        "commander": "^2.20.0",
        "inquirer": "^6.2.2",
        "ora": "^3.4.0"
    },
    "keywords": [
        "webpack",
        "dllplugin",
        "vue-cli"
    ],
    "devDependencies": {},
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/reasyTeam/reasy-vue-cli.git"
    },
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/reasyTeam/reasy-vue-cli/issues"
    },
    "homepage": "https://github.com/reasyTeam/reasy-vue-cli#readme"
}