-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.06 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
44
{
"name": "hapi-log-response",
"description": "Log request and response payloads based on statusCode",
"homepage": "https://github.com/firstandthird/hapi-log-response",
"author": "First+Third",
"version": "6.0.1",
"license": "MIT",
"scripts": {
"test": "tap",
"example": "node example/server.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/firstandthird/hapi-log-response.git"
},
"devDependencies": {
"@hapi/boom": "^9.1.0",
"@hapi/hapi": "^20.0.3",
"@hapi/vision": "^6.0.1",
"@hapi/wreck": "^17.1.0",
"eslint": "^7.14.0",
"eslint-config-firstandthird": "^6.0.2",
"eslint-plugin-import": "^2.17.2",
"handlebars": "^4.1.2",
"hapi-logr": "^9.0.2",
"logr-console-color": "^2.0.0",
"tap": "^14.11.0"
},
"dependencies": {
"aug": "^4.0.0",
"isbot": "^3.0.17",
"useragent": "^2.3.0"
},
"eslintConfig": {
"extends": "firstandthird",
"parserOptions": {
"ecmaVersion": 2017
},
"rules": {
"no-underscore-dangle": 0
}
}
}