-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 998 Bytes
/
package.json
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
{
"name": "@exolnet/eslint-config-react",
"version": "2.0.1",
"description": "ESLint configuration for React projects used at eXolnet",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/eXolnet/code-quality-tools.git"
},
"homepage": "https://github.com/eXolnet/code-quality-tools/tree/master/packages/eslint-config-react",
"bugs": {
"url": "https://github.com/eXolnet/code-quality-tools/issues"
},
"author": "eXolnet",
"engines": {
"node": ">=14.0"
},
"keywords": [
"eslint",
"eslintconfig",
"eslint-config",
"config",
"code-quality-tools",
"exolnet",
"react"
],
"main": "index.js",
"dependencies": {
"@exolnet/eslint-config-base": "^2.0.0",
"eslint-plugin-react": "^7.12.4"
},
"peerDependencies": {
"eslint": ">= 8.0"
},
"publishConfig": {
"access": "public"
}
}