-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 961 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
39
{
"name": "eslint-config-oceanjs",
"version": "1.1.0",
"description": "ESLint rules for EAA projects",
"main": "index.js",
"files": [
"index.js",
"package.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/environment-agency-austria/eslint-eaa-contrib.git"
},
"keywords": [
"eslint",
"eslintconfig",
"javascript",
"styleguide"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/environment-agency-austria/eslint-eaa-contrib/issues"
},
"homepage": "https://github.com/environment-agency-austria/eslint-eaa-contrib#readme",
"dependencies": {
"@typescript-eslint/eslint-plugin": "~1.6.0",
"@typescript-eslint/parser": "~1.6.0",
"eslint-plugin-react": "~7.12.4",
"eslint-plugin-react-hooks": "~1.6.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"typescript": "^3.4.3"
},
"peerDependencies": {
"eslint": "^5.16.0"
}
}