{ "name": "@vue/cli-service-global", "version": "3.0.0-alpha.1", "description": "vue-cli-service global addon for vue-cli", "main": "index.js", "publishConfig": { "access": "public" }, "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/packages/@vue/cli-build#readme", "dependencies": { "@vue/babel-preset-app": "^3.0.0-alpha.1", "@vue/cli-plugin-babel": "^3.0.0-alpha.1", "@vue/cli-plugin-eslint": "^3.0.0-alpha.1", "@vue/cli-service": "^3.0.0-alpha.1", "chalk": "^2.3.0", "eslint-plugin-vue": "^4.2.0", "vue": "^2.5.13" } }