mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-14 03:11:19 -06:00
30 lines
614 B
JSON
30 lines
614 B
JSON
{
|
|
"name": "@vue/cli",
|
|
"version": "3.0.0",
|
|
"description": "Command line interface for rapid Vue.js development",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"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",
|
|
"dependencies": {
|
|
"chalk": "^2.3.0",
|
|
"commander": "^2.12.2",
|
|
"inquirer": "^4.0.1",
|
|
"semver": "^5.4.1"
|
|
}
|
|
}
|