UNPKG

1.19 kBJSONView Raw
1{
2 "name": "eslint-plugin-react-hooks",
3 "description": "ESLint rules for React Hooks",
4 "version": "5.1.0",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/facebook/react.git",
8 "directory": "packages/eslint-plugin-react-hooks"
9 },
10 "files": [
11 "LICENSE",
12 "README.md",
13 "index.js",
14 "cjs"
15 ],
16 "keywords": [
17 "eslint",
18 "eslint-plugin",
19 "eslintplugin",
20 "react"
21 ],
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/facebook/react/issues"
25 },
26 "engines": {
27 "node": ">=10"
28 },
29 "homepage": "https://react.dev/",
30 "peerDependencies": {
31 "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
32 },
33 "devDependencies": {
34 "@babel/eslint-parser": "^7.11.4",
35 "@typescript-eslint/parser-v2": "npm:@typescript-eslint/parser@^2.26.0",
36 "@typescript-eslint/parser-v3": "npm:@typescript-eslint/parser@^3.10.0",
37 "@typescript-eslint/parser-v4": "npm:@typescript-eslint/parser@^4.1.0",
38 "@typescript-eslint/parser-v5": "npm:@typescript-eslint/parser@^5.0.0-0",
39 "babel-eslint": "^10.0.3",
40 "eslint-v7": "npm:eslint@^7.7.0",
41 "eslint-v9": "npm:eslint@^9.0.0"
42 }
43}
\No newline at end of file