28 lines
599 B
JSON
28 lines
599 B
JSON
{
|
|
"name": "@antfu/eslint-config-ts",
|
|
"version": "0.4.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"keywords": [],
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
"license": "MIT",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=7.4.0",
|
|
"typescript": ">=3.9"
|
|
},
|
|
"dependencies": {
|
|
"@antfu/eslint-config-basic": "^0.4.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.5.0",
|
|
"@typescript-eslint/parser": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.11.0"
|
|
}
|
|
}
|