2019-07-18 04:11:55 +08:00
|
|
|
{
|
|
|
|
"name": "@antfu/eslint-config-ts",
|
2023-08-15 19:36:52 +08:00
|
|
|
"version": "0.40.6",
|
2019-07-18 04:11:55 +08:00
|
|
|
"description": "",
|
2021-04-20 05:46:47 +08:00
|
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
2022-05-25 07:02:45 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://github.com/antfu/eslint-config",
|
2022-05-25 07:02:48 +08:00
|
|
|
"keywords": [
|
|
|
|
"eslint-config"
|
|
|
|
],
|
2022-03-10 20:28:42 +08:00
|
|
|
"main": "index.js",
|
2019-07-18 04:11:55 +08:00
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"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-04-02 23:18:36 +08:00
|
|
|
"@antfu/eslint-config-basic": "workspace:*",
|
2023-08-07 21:41:19 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
|
|
|
"@typescript-eslint/parser": "^6.2.1",
|
2023-07-16 06:20:31 +08:00
|
|
|
"eslint-plugin-jest": "^27.2.3"
|
2020-08-12 20:08:06 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-07 21:41:19 +08:00
|
|
|
"eslint": "^8.46.0"
|
2020-08-12 19:24:32 +08:00
|
|
|
}
|
2019-07-18 04:11:55 +08:00
|
|
|
}
|