31 lines
766 B
JSON
31 lines
766 B
JSON
![]() |
{
|
||
|
"name": "@vue/eslint-config-standard",
|
||
|
"version": "4.0.0",
|
||
|
"description": "eslint-config-standard 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/tree/dev/packages/@vue/eslint-config-standard#readme",
|
||
|
"dependencies": {
|
||
|
"eslint-config-standard": "^12.0.0",
|
||
|
"eslint-plugin-import": "^2.14.0",
|
||
|
"eslint-plugin-node": "^8.0.0",
|
||
|
"eslint-plugin-promise": "^4.0.1",
|
||
|
"eslint-plugin-standard": "^4.0.0"
|
||
|
}
|
||
|
}
|