-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.09 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
45
46
47
48
49
50
{
"name": "exiting",
"version": "7.0.0",
"description": "Gracefully stop hapi.js servers",
"main": "lib/index.js",
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -Y",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html"
},
"types": "lib/index.d.ts",
"author": "Gil Pedersen <[email protected]>",
"license": "BSD-2-Clause",
"devDependencies": {
"@hapi/code": "^9.0.3",
"@hapi/hapi": "^21.3.6",
"@hapi/lab": "^25.2.0",
"@types/node": "^18.19.24",
"joi": "^17.12.2",
"typescript": "~5.4.2"
},
"dependencies": {
"@hapi/bounce": "^3.0.1",
"@hapi/hoek": "^11.0.4"
},
"peerDependencies": {
"@hapi/hapi": ">=21.0.0"
},
"engines": {
"node": ">=18.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kanongil/exiting.git"
},
"keywords": [
"hapi",
"manager",
"stop",
"start",
"process",
"exit",
"signal",
"exception",
"shutdown"
],
"bugs": {
"url": "https://github.com/kanongil/exiting/issues"
},
"homepage": "https://github.com/kanongil/exiting#readme"
}