-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 957 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
{
"name": "eslint-config-findmypast",
"description": "Eslint sharable configuration for Findmypast JavaScript style",
"license": "Apache-2.0",
"author": "Findmypast",
"homepage": "https://github.com/findmypast-oss/eslint-config-findmypast#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/findmypast-oss/eslint-config-findmypast.git"
},
"bugs": {
"url": "https://github.com/findmypast-oss/eslint-config-findmypast/issues"
},
"version": "1.2.10",
"files": [
"index.js",
"react.js"
],
"scripts": {
"test": "node index.spec.js"
},
"dependencies": {
"eslint": "^4.5.0",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-graphql": "^1.3.0",
"eslint-plugin-react": "^7.3.0"
},
"devDependencies": {
"husky": "^1.2.0",
"lint-staged": "^8.1.0",
"prettier": "^1.15.3",
"prettier-package-json": "^2.0.1"
},
"keywords": [
"eslint, findmypast"
]
}