forked from pinojs/express-pino-logger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1007 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
42
43
{
"name": "express-pino-logger",
"version": "4.0.0",
"description": "An express middleware to log with pino",
"main": "logger.js",
"scripts": {
"test": "standard && tap test.js"
},
"precommit": "test",
"keywords": [
"express",
"connect",
"http",
"logger",
"fast",
"pino"
],
"author": "Matteo Collina <[email protected]>",
"license": "MIT",
"dependencies": {
"pino-http": "^4.0.0"
},
"devDependencies": {
"express": "^4.16.3",
"express-bunyan-logger": "^1.3.3",
"express-winston": "^2.6.0",
"morgan": "^1.9.0",
"pino": "^5.0.0",
"pre-commit": "^1.2.2",
"split2": "^2.2.0",
"standard": "^11.0.0",
"tap": "^12.0.0",
"winston": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pinojs/express-pino-logger.git"
},
"bugs": {
"url": "https://github.com/pinojs/express-pino-logger/issues"
},
"homepage": "https://github.com/pinojs/express-pino-logger#readme"
}