-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 815 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 815 Bytes
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": "pino-colada",
"version": "2.2.2",
"description": "cute ndjson logger for pino",
"license": "MIT",
"contributors": [
"Irina Shestak <shestak.irina@gmail.com",
"Yoshua Wuyts <yoshuawuyts@gmail.com"
],
"repository": "lrlna/pino-colada",
"bin": {
"pino-colada": "./bin.js"
},
"main": "index.js",
"scripts": {
"start": "node example.js | ./bin.js",
"test": "standard"
},
"keywords": [
"ndjson",
"logger",
"pretty-printer"
],
"devDependencies": {
"@hapi/hapi": "^18.0.0",
"hapi-pino": "^6.3.0",
"merry": "^4.0.0",
"pino-http": "^4.3.0",
"standard": "^14.0.0"
},
"dependencies": {
"chalk": "^3.0.0",
"fast-json-parse": "^1.0.2",
"prettier-bytes": "^1.0.3",
"pretty-ms": "^5.0.0",
"split2": "^3.0.0"
}
}