-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
44 lines (44 loc) · 971 Bytes
/
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
{
"name": "@strv/eslint-config-node",
"description": "STRV's ESLint config for Node.js projects",
"version": "4.0.0",
"author": "Pavel Prichodko <[email protected]>",
"bugs": {
"url": "https://github.com/strvcom/code-quality-tools/issues"
},
"contributors": [
"Robert Rossmann <[email protected]>",
"Danny Kijkov <[email protected]>"
],
"dependencies": {
"@strv/eslint-config-base": "^4.0.0",
"eslint-plugin-n": "^16.6.2"
},
"engines": {
"node": ">=20"
},
"keywords": [
"config",
"eslint",
"node",
"strv"
],
"license": "BSD-3-Clause",
"type": "module",
"exports": {
".": "./index.mjs",
"./v20": "./v20.mjs",
"./optional": "./optional.mjs",
"./style": "./style.mjs"
},
"peerDependencies": {
"eslint": "^8"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/strvcom/code-quality-tools.git"
}
}