forked from pinojs/koa-pino-logger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 854 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
{
"name": "koa-pino-logger",
"version": "4.0.0",
"description": "pino logging koa middleware",
"main": "logger.js",
"scripts": {
"test": "standard && tap test.js"
},
"precommit": "test",
"repository": {
"type": "git",
"url": "git+https://github.com/davidmarkclements/koa-pino-logger.git"
},
"keywords": [
"koa",
"http",
"logger",
"fast",
"pino"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/davidmarkclements/koa-pino-logger/issues"
},
"homepage": "https://github.com/davidmarkclements/koa-pino-logger#readme",
"dependencies": {
"pino-http": "^7.0.0"
},
"devDependencies": {
"koa": "^2.13.1",
"koa-bunyan-logger": "^2.1.0",
"koa-logger": "^3.2.1",
"koa-morgan": "^1.0.1",
"split2": "^4.1.0",
"standard": "^17.0.0",
"tap": "^16.0.0"
}
}