-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.05 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
42
43
44
45
46
47
{
"name": "@jitesoft/eslint-config",
"version": "0.0.0",
"description": "Semi-standard bundled for simple modification by Jitesoft org.",
"main": "index.js",
"keywords": [
"eslint",
"jitesoft",
"config"
],
"repository": {
"type": "git",
"url": "https://gitlab.com/jitesoft/open-source/javascript/eslint-config"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/jitesoft/eslint-config/issues"
},
"dependencies": {
"eslint-config-standard": "^17.1.0",
"eslint-plugin-es": "4.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-n": "16.6.2"
},
"devDependencies": {
"eslint": "^8.57"
},
"peerDependencies": {
"eslint": ">=8"
},
"author": {
"name": "Johannes Tegnér",
"email": "[email protected]",
"url": "https://jitesoft.com"
},
"peerDependenciesMeta": {
"eslint": {
"optional": false
}
},
"license": "MIT",
"scripts": {
"test": "npm audit"
}
}