26 lines
514 B
JSON
26 lines
514 B
JSON
{
|
|
"name": "@antfu/eslint-config-vue",
|
|
"version": "0.16.1",
|
|
"description": "",
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"main": "index.js",
|
|
"peerDependencies": {
|
|
"eslint": ">=7.4.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@antfu/eslint-config-ts": "^0.16.1",
|
|
"eslint-plugin-vue": "^8.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.10.0"
|
|
}
|
|
}
|