{ "name": "@vue/cli", "version": "3.0.0-alpha.1", "description": "Command line interface for rapid Vue.js development", "bin": { "vue": "bin/vue" }, "files": [ "bin", "lib" ], "repository": { "type": "git", "url": "git+https://github.com/vuejs/vue-cli.git" }, "keywords": [ "vue", "cli" ], "author": "Evan You", "license": "MIT", "bugs": { "url": "https://github.com/vuejs/vue-cli/issues" }, "homepage": "https://github.com/vuejs/vue-cli#readme", "publishConfig": { "access": "public" }, "dependencies": { "@vue/cli-shared-utils": "^3.0.0-alpha.1", "chalk": "^2.3.0", "commander": "^2.12.2", "ejs": "^2.5.7", "error-stack-parser": "^2.0.1", "execa": "^0.8.0", "import-global": "^0.1.0", "inquirer": "^4.0.1", "isbinaryfile": "^3.0.2", "klaw-sync": "^3.0.2", "mkdirp": "^0.5.1", "resolve": "^1.5.0", "rimraf": "^2.6.2", "semver": "^5.4.1", "slash": "^1.0.0" }, "engines": { "node": ">=8" } }