-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.17 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
40
41
{
"name": "@springernature/eslint-config",
"version": "6.1.0",
"description": "ESLint shareable config used at Springer Nature",
"license": "MIT",
"repository": "springernature/eslint-config-springernature",
"homepage": "https://github.com/springernature/eslint-config-springernature",
"bugs": "https://github.com/springernature/eslint-config-springernature/issues",
"author": "Springer Nature",
"engines": {
"node": ">=18"
},
"keywords": [
"springer nature",
"eslint",
"eslint config",
"eslintconfig",
"lint",
"linter",
"code style",
"static analysis"
],
"devDependencies": {
"eslint": "^8.43.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^47.0.0"
},
"peerDependencies": {
"eslint": "^8.38.x",
"eslint-plugin-import": "^2.27.x",
"eslint-plugin-jest": "^27.x",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-node": "^11.x",
"eslint-plugin-promise": "^6.x",
"eslint-plugin-unicorn": "^47.x"
}
}