UNPKG

1.61 kBJSONView Raw
1{
2 "name": "eslint-config-standard-react",
3 "description": "JavaScript Standard Style React/JSX support - ESLint Shareable Config",
4 "version": "13.0.0",
5 "author": {
6 "name": "Feross Aboukhadijeh",
7 "email": "feross@feross.org",
8 "url": "https://feross.org"
9 },
10 "bugs": {
11 "url": "https://github.com/standard/eslint-config-standard-react/issues"
12 },
13 "devDependencies": {
14 "eslint": "^8.8.0",
15 "eslint-plugin-react": "^7.28.0",
16 "tape": "^5.5.0"
17 },
18 "homepage": "https://github.com/standard/eslint-config-standard-react",
19 "keywords": [
20 "JavaScript Standard Style",
21 "check",
22 "checker",
23 "code",
24 "code checker",
25 "code linter",
26 "code standards",
27 "code style",
28 "enforce",
29 "eslint",
30 "eslintconfig",
31 "hint",
32 "jscs",
33 "jshint",
34 "jsx",
35 "lint",
36 "policy",
37 "quality",
38 "react",
39 "simple",
40 "standard",
41 "standard style",
42 "style",
43 "style checker",
44 "style linter",
45 "verify"
46 ],
47 "license": "MIT",
48 "main": "index.js",
49 "peerDependencies": {
50 "eslint": "^8.8.0",
51 "eslint-plugin-react": "^7.28.0",
52 "eslint-plugin-react-hooks": "^4.6.0"
53 },
54 "repository": {
55 "type": "git",
56 "url": "git://github.com/standard/eslint-config-standard-react.git"
57 },
58 "scripts": {
59 "test": "tape test/*.js"
60 },
61 "funding": [
62 {
63 "type": "github",
64 "url": "https://github.com/sponsors/feross"
65 },
66 {
67 "type": "patreon",
68 "url": "https://www.patreon.com/feross"
69 },
70 {
71 "type": "consulting",
72 "url": "https://feross.org/support"
73 }
74 ]
75}