-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1 KB
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": "eslint-plugin-relay",
"version": "2.0.0",
"description": "ESLint plugin for Relay.",
"main": "eslint-plugin-relay",
"repository": "relayjs/eslint-plugin-relay",
"license": "MIT",
"scripts": {
"lint": "eslint eslint-plugin-relay.js src",
"test": "mocha",
"test-watch": "mocha --watch",
"prettier": "prettier --write '**/*.js'",
"prettier-check": "prettier --check '**/*.js'"
},
"files": [
"eslint-plugin-relay.js",
"src/",
"LICENSE"
],
"dependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/eslint-parser": "^7.27.0",
"@babel/preset-flow": "^7.25.9",
"@babel/preset-react": "^7.26.3",
"@eslint/js": "^9.24.0",
"@typescript-eslint/parser": "^8.29.1",
"eslint": "^9.24.0",
"globals": "^16.0.0",
"mocha": "^9.1.3",
"prettier": "^2.4.1",
"typescript": "^5.8.3"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}