-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.35 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "eslint-config-interfaced",
"version": "2.1.3",
"description": "ESLint config for the approaches adopted by Interfaced company",
"keywords": [
"closure compiler",
"config",
"eslint",
"esm",
"externs",
"interfaced",
"lint",
"node",
"zombiebox"
],
"homepage": "https://github.com/interfaced/eslint-config-interfaced",
"repository": {
"type": "git",
"url": "git@github.com:interfaced/eslint-config-interfaced.git"
},
"license": "MIT",
"author": "Interfaced (http://interfaced.tv)",
"files": [
"overrides/",
"rules/",
"utils/",
"LICENSE",
"README.md",
"CHANGELOG.md",
"index.js",
"node.js",
"esm.js",
"zombiebox.js",
"externs.js",
"mocha-chai.js"
],
"scripts": {
"check-rules-usage": "node scripts/check-rules-usage.js"
},
"dependencies": {
"js-yaml": "4.1.0"
},
"devDependencies": {
"eslint": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-interfaced": "^2.0.2",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-node": "^11.1.0",
"kleur": "^4.0.2"
},
"peerDependencies": {
"eslint": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-interfaced": "^2.0.2",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-node": "^11.1.0"
},
"engines": {
"node": ">= 10"
}
}