-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.12 KB
/
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": "@ukhomeoffice/eslint-config-asl",
"version": "3.0.0",
"description": "eslint configuration, extended out to asl code base.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/UKHomeOffice/asl-eslint-common.git"
},
"keywords": [
"eslint",
"javascript",
"nodeJs"
],
"author": "farrukh.ishaq",
"license": "MIT",
"bugs": {
"url": "https://github.com/UKHomeOffice/asl-eslint-common/issues"
},
"homepage": "https://github.com/UKHomeOffice/asl-eslint-common#readme",
"publishConfig": {
"@ukhomeoffice:registry": "https://npm.pkg.github.com"
},
"dependencies": {
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-filenames": "^1.2.0",
"eslint-plugin-implicit-dependencies": "^1.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.3.0",
"eslint-plugin-standard": "^3.0.1"
}
}