eslint-config/packages/typescript/package.json

25 lines
542 B
JSON
Raw Normal View History

2019-07-18 04:11:55 +08:00
{
"name": "@antfu/eslint-config-ts",
2020-07-18 22:10:55 +08:00
"version": "0.2.14",
2019-07-18 04:11:55 +08:00
"description": "",
"main": "index.js",
"keywords": [],
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"files": [
"index.js"
],
"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": {
2020-08-12 19:42:30 +08:00
"@antfu/eslint-config-basic": "*",
2020-07-18 22:08:29 +08:00
"@typescript-eslint/eslint-plugin": "3.6.1",
2020-08-12 19:24:32 +08:00
"@typescript-eslint/parser": "^3.9.0"
}
2019-07-18 04:11:55 +08:00
}