-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 867 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
{
"name": "nipo",
"version": "1.1.1",
"description": "Simple response logging in Hapi.js servers using Pino",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "lab -a @hapi/code -t 95 -L -Y",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html"
},
"keywords": [
"pino",
"logger",
"json",
"hapi",
"plugin"
],
"author": "Gil Pedersen <[email protected]>",
"license": "BSD-2-Clause",
"engines": {
"node": ">=18.16.0 && <21"
},
"peerDependencies": {
"@hapi/hapi": ">=20.0.0"
},
"dependencies": {
"@hapi/hoek": "^11.0.2",
"@types/node": "^18.18.4",
"joi": "^17.11.0",
"pino": "^9.3.2"
},
"devDependencies": {
"@hapi/boom": "^10.0.1",
"@hapi/code": "^9.0.3",
"@hapi/hapi": "21.3.2",
"@hapi/lab": "^25.1.3",
"typescript": "~5.2.2"
}
}