-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 KB
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
40
41
42
43
44
45
{
"name": "@tgwf/greenhouse-ci",
"version": "0.0.1",
"description": "Lighthouse checks, with the greenhouse plugin, over an API",
"author": "Chris Adams",
"license": "Apache-2.0",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"start": "node server",
"test": "lab -a @hapi/code -L",
"lint": "eslint ."
},
"devDependencies": {
"confidence": "4.x.x",
"@hapi/code": "5.x.x",
"@hapi/eslint-plugin-hapi": "4.x.x",
"@hapi/glue": "6.x.x",
"@hapi/hapi": "18.x.x",
"@hapi/lab": "18.x.x",
"@hapi/eslint-config-hapi": "12.x.x",
"dotenv": "8.x.x",
"eslint": "5.x.x",
"hpal": "2.x.x",
"hpal-debug": "1.x.x",
"toys": "2.x.x"
},
"keywords": [
"tgwf"
],
"dependencies": {
"@hapi/boom": "7.x.x",
"@hapi/inert": "^5.2.1",
"@hapi/joi": "15.x.x",
"@hapi/vision": "^5.5.2",
"hapi-swagger": "^10.0.2",
"haute-couture": "3.x.x",
"lighthouse": "^5.2.0",
"lighthouse-ci": "git+https://github.com/thegreenwebfoundation/lighthouse-ci.git#ca-support-lh-plugins",
"lighthouse-plugin-greenhouse": "0.0.2"
}
}