UNPKG

1.22 kBJSONView Raw
1{
2 "name": "pino-pretty",
3 "version": "4.4.0",
4 "description": "Prettifier for Pino log lines",
5 "main": "index.js",
6 "bin": {
7 "pino-pretty": "./bin.js"
8 },
9 "scripts": {
10 "lint": "standard | snazzy",
11 "test": "tap --100 'test/**/*.test.js'",
12 "ci": "standard && tap --100 'test/**/*.test.js'"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+ssh://git@github.com/pinojs/pino-pretty.git"
17 },
18 "keywords": [
19 "pino"
20 ],
21 "author": "James Sumners <james.sumners@gmail.com>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/pinojs/pino-pretty/issues"
25 },
26 "homepage": "https://github.com/pinojs/pino-pretty#readme",
27 "precommit": [
28 "lint",
29 "test"
30 ],
31 "dependencies": {
32 "@hapi/bourne": "^2.0.0",
33 "args": "^5.0.1",
34 "chalk": "^4.0.0",
35 "dateformat": "^3.0.3",
36 "fast-safe-stringify": "^2.0.7",
37 "jmespath": "^0.15.0",
38 "joycon": "^2.2.5",
39 "pump": "^3.0.0",
40 "readable-stream": "^3.6.0",
41 "split2": "^3.1.1",
42 "strip-json-comments": "^3.1.1"
43 },
44 "devDependencies": {
45 "pino": "^6.0.0",
46 "pre-commit": "^1.2.2",
47 "rimraf": "^3.0.2",
48 "snazzy": "^8.0.0",
49 "standard": "^14.3.3",
50 "tap": "^14.10.7"
51 }
52}