forked from kanongil/exiting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.17 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
51
52
{
"name": "exiting",
"version": "6.2.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": {
"@babel/eslint-parser": "^7.19.1",
"@hapi/code": "^9.0.1",
"@hapi/eslint-plugin": "^6.0.0",
"@hapi/hapi": "^21.0.0",
"@hapi/lab": "^25.0.1",
"@types/hapi__hapi": "^20.0.13",
"eslint": "^8.27.0",
"typescript": "^4.8.4"
},
"dependencies": {
"@hapi/bounce": "^3.0.0",
"@hapi/hoek": "^10.0.1"
},
"peerDependencies": {
"@hapi/hapi": ">=19.0.0"
},
"engines": {
"node": ">=16"
},
"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"
}