-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
41 lines (41 loc) · 849 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
{
"name": "@pager/logger",
"version": "5.2.0",
"description": "Logging library",
"keywords": [
"logs"
],
"repository": {
"type": "git",
"url": "https://github.com/pagerinc/logger"
},
"license": "MIT",
"engines": {
"node": ">=10"
},
"scripts": {
"test": "lab",
"test-cov-xml": "lab -r junit -o coverage.xml"
},
"dependencies": {
"@hapi/hoek": "7.x.x",
"@hapi/joi": "15.x.x",
"@sentry/node": "5.x.x",
"hapi-pino": "6.x.x",
"pino": "5.x.x",
"pino-multi-stream": "4.x.x"
},
"devDependencies": {
"@hapi/code": "5.x.x",
"@hapi/eslint-config-hapi": "12.x.x",
"@hapi/eslint-plugin-hapi": "4.x.x",
"@hapi/hapi": "18.x.x",
"@hapi/lab": "18.x.x"
},
"main": "lib/index.js",
"renovate": {
"extends": [
"github>pagerinc/renovate-config"
]
}
}