-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.04 KB
/
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": "pino-toke",
"version": "3.0.0",
"description": "Transform Pino HTTP log messages with a format string",
"main": "index.js",
"bin": {
"pino-toke": "./cmd.js"
},
"scripts": {
"lint:fix": "standard --fix",
"test": "standard && tap --timeout=0 test/*.js",
"ci": "standard && tap --timeout=0 --cov --coverage-report=lcov test/*.js"
},
"author": "David Mark Clements",
"license": "MIT",
"devDependencies": {
"pino": "^7.0.0-rc.6",
"standard": "^16.0.3",
"tap": "^15.0.9",
"timeshift-js": "^1.1.1"
},
"dependencies": {
"basic-auth": "^2.0.1",
"clf-date": "0.2.0",
"minimist": "^1.2.0",
"pino-abstract-transport": "^0.3.0",
"readable-stream": "^3.6.0",
"sonic-boom": "^2.2.3",
"split2": "^3.1.1",
"through2": "^3.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pinojs/pino-toke.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/pinojs/pino-toke/issues"
},
"homepage": "https://github.com/pinojs/pino-toke#readme"
}