2019-07-18 04:11:55 +08:00
|
|
|
{
|
|
|
|
"name": "@antfu/eslint-config-ts",
|
2022-01-07 03:23:21 +08:00
|
|
|
"version": "0.15.0",
|
2019-07-18 04:11:55 +08:00
|
|
|
"description": "",
|
|
|
|
"keywords": [],
|
|
|
|
"license": "MIT",
|
2021-04-20 05:46:47 +08:00
|
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
2019-07-18 04:11:55 +08:00
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
2021-04-20 05:46:47 +08:00
|
|
|
"main": "index.js",
|
2019-07-18 04:11:55 +08:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2020-07-18 22:08:29 +08:00
|
|
|
"eslint": ">=7.4.0",
|
|
|
|
"typescript": ">=3.9"
|
2019-07-18 04:11:55 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-07 03:23:21 +08:00
|
|
|
"@antfu/eslint-config-basic": "^0.15.0",
|
2022-01-07 03:23:12 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.9.0",
|
|
|
|
"@typescript-eslint/parser": "^5.9.0"
|
2020-08-12 20:08:06 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-07 03:23:12 +08:00
|
|
|
"eslint": "^8.6.0"
|
2020-08-12 19:24:32 +08:00
|
|
|
}
|
2019-07-18 04:11:55 +08:00
|
|
|
}
|