-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 loc) · 993 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
{
"name": "pino-http-print",
"version": "3.1.0",
"description": "Debug HTTP printer for pino",
"main": "index.js",
"bin": {
"pino-http-print": "./cmd.js"
},
"scripts": {
"lint:fix": "standard --fix",
"test": "standard && tap --no-coverage --color test/*.test.js"
},
"author": "David Mark Clements",
"license": "MIT",
"devDependencies": {
"pino": "^8.0.0",
"standard": "^17.0.0",
"strip-ansi": "^6.0.0",
"tap": "^16.3.0"
},
"dependencies": {
"args": "^5.0.1",
"colorette": "^2.0.14",
"ndjson": "^2.0.0",
"pino-abstract-transport": "^1.0.0",
"pino-pretty": "^8.1.0",
"pretty-ms": "^7.0.0",
"sonic-boom": "^3.2.0",
"through2": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pinojs/pino-http-print.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/pinojs/pino-http-print/issues"
},
"homepage": "https://github.com/pinojs/pino-http-print#readme"
}