-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 992 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
38
39
40
41
42
43
{
"name": "hapi-boombox",
"version": "8.1.0",
"description": "Boom error wrapper",
"main": "lib/index.js",
"scripts": {
"test": "lab -e test -t 100 -vL -a @hapi/code",
"test-html": "lab -e test -r html -o coverage.html -vL -a @hapi/code"
},
"repository": {
"type": "git",
"url": "https://github.com/AdriVanHoudt/Hapi-Boombox.git"
},
"author": "Adri Van Houdt <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AdriVanHoudt/Hapi-Boombox/issues"
},
"homepage": "https://github.com/AdriVanHoudt/Hapi-Boombox",
"engines": {
"node": ">=12.14.0"
},
"dependencies": {
"@hapi/boom": "~9.1.0"
},
"devDependencies": {
"@hapi/basic": "6.0.0",
"@hapi/code": "8.0.2",
"@hapi/eslint-plugin": "^5.0.0",
"@hapi/hapi": "^20.0.3",
"@hapi/lab": "24.1.0"
},
"directories": {
"test": "test"
},
"keywords": [
"boom",
"hapijs",
"hapi.js",
"wrapper",
"boombox"
]
}