forked from boyney123/garie-lighthouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
40
41
42
43
{
"name": "garie-lighthouse",
"version": "0.0.1",
"description": "Lighthouse image for performance metrics",
"license": "MIT",
"repository": "boyney123/garie-lighthouse",
"author": {
"name": "David Boyne",
"email": "[email protected]"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "ENV=test jest --coverage --config jest.config.json",
"test:watch": "ENV=test jest --watch --notify --notifyMode=change --coverage --config jest.config.json",
"start": "node ./src/index.js"
},
"files": [
"index.js"
],
"keywords": [
""
],
"dependencies": {
"body-parser": "^1.18.3",
"chrome-launcher": "^0.10.2",
"cron": "^1.4.1",
"express": "^4.16.3",
"fs-extra": "^7.0.0",
"influx": "^5.0.7",
"lighthouse": "^3.0.0",
"serve-index": "^1.9.1",
"winston": "^3.0.0"
},
"devDependencies": {
"codecov": "^3.0.0",
"jest": "^23.5.0",
"prettier": "1.13.7",
"supertest": "^3.3.0",
"xo": "^0.21.0"
}
}