This repository was archived by the owner on Apr 12, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.32 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "eslint-plugin-react-query-options",
"version": "0.2.0",
"type": "module",
"exports": "./dist/index.js",
"scripts": {
"build": "tsdown --clean --dts",
"test": "tsx --test",
"eslint-docs:update": "eslint-doc-generator",
"eslint-docs:lint": "eslint-doc-generator --check",
"prepare": "node --run build"
},
"files": [
"docs",
"dist"
],
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"query",
"react-query",
"tanstack-query"
],
"author": {
"name": "Daniel Perez Alvarez",
"url": "https://danielpza.xyz"
},
"repository": {
"url": "https://github.com/danielpza/eslint-plugin-react-query-options"
},
"license": "MIT",
"packageManager": "[email protected]+sha512.0e155aa2629db8672b49e8475da6226aa4bdea85fdcdfdc15350874946d4f3c91faaf64cbdc4a5d1ab8002f473d5c3fcedcd197989cf0390f9badd3c04678706",
"dependencies": {
"@typescript-eslint/utils": "^8.44.0"
},
"devDependencies": {
"@tsconfig/node-lts": "^22.0.2",
"@types/node": "^24.5.1",
"@typescript-eslint/rule-tester": "^8.44.0",
"eslint": "^9.35.0",
"eslint-doc-generator": "^2.2.2",
"git-cliff": "^2.10.0",
"prettier": "^3.6.2",
"tsdown": "^0.15.2",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
},
"peerDependencies": {
"eslint": ">=9.0.0"
}
}