forked from pinojs/pino-pretty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.2 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@voiceflow/pino-pretty",
"version": "4.4.0",
"description": "Prettifier for Pino log lines",
"main": "index.js",
"bin": {
"pino-pretty": "./bin.js"
},
"scripts": {
"lint": "standard | snazzy",
"test": "tap --100 'test/**/*.test.js'",
"ci": "standard && tap --100 'test/**/*.test.js'"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/voiceflow/pino-pretty.git"
},
"keywords": [
"pino"
],
"author": "James Sumners <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pinojs/pino-pretty/issues"
},
"homepage": "https://github.com/pinojs/pino-pretty#readme",
"precommit": [
"lint",
"test"
],
"dependencies": {
"@hapi/bourne": "^2.0.0",
"args": "^5.0.1",
"chalk": "^4.0.0",
"dateformat": "^3.0.3",
"fast-safe-stringify": "^2.0.7",
"jmespath": "^0.15.0",
"joycon": "^2.2.5",
"pump": "^3.0.0",
"readable-stream": "^3.6.0",
"split2": "^3.1.1",
"strip-json-comments": "^3.1.1"
},
"devDependencies": {
"pino": "^6.0.0",
"pre-commit": "^1.2.2",
"rimraf": "^3.0.2",
"snazzy": "^8.0.0",
"standard": "^14.3.3",
"tap": "^14.10.7"
}
}