-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 963 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 963 Bytes
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
{
"name": "@alma-oss/eslint-config-graphql",
"description": "Alma's ESLint config for javascript applications that use GraphQL and Apollo client.",
"version": "3.0.6",
"author": "Tomas Litera <[email protected]>",
"keywords": [
"config",
"eslint",
"preset",
"alma",
"graphql"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/lmc-eu/code-quality-tools.git",
"directory": "packages/eslint-config-graphql"
},
"bugs": {
"url": "https://github.com/lmc-eu/code-quality-tools/issues"
},
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
},
"main": "index.js",
"dependencies": {
"@graphql-eslint/eslint-plugin": "^3.19.1",
"@lmc-eu/eslint-config-base": "^3.1.3",
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"peerDependencies": {
"eslint": "^8"
}
}