-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@silver886/eslint-config",
"version": "2.3.0",
"description": "ESLint configurations",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/silver886/eslint-config.git"
},
"keywords": [
"eslint",
"config"
],
"author": {
"name": "Leo Liu",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/silver886/eslint-config/issues"
},
"homepage": "https://github.com/silver886/eslint-config#readme",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
"eslint": "^8",
"eslint-import-resolver-node": "^0.3",
"eslint-import-resolver-typescript": "^3",
"eslint-plugin-import": "^2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1"
}
}