UNPKG

1.16 kBJSONView Raw
1{
2 "name": "pino-pretty",
3 "version": "3.1.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 "lint-ci": "standard",
12 "test": "tap --no-cov 'test/**/*.test.js'",
13 "test-ci": "tap --cov 'test/**/*.test.js'"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+ssh://git@github.com/pinojs/pino-pretty.git"
18 },
19 "keywords": [
20 "pino"
21 ],
22 "author": "James Sumners <james.sumners@gmail.com>",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/pinojs/pino-pretty/issues"
26 },
27 "homepage": "https://github.com/pinojs/pino-pretty#readme",
28 "precommit": [
29 "lint",
30 "test"
31 ],
32 "dependencies": {
33 "@hapi/bourne": "^1.3.2",
34 "args": "^5.0.1",
35 "chalk": "^2.4.2",
36 "dateformat": "^3.0.3",
37 "fast-safe-stringify": "^2.0.6",
38 "jmespath": "^0.15.0",
39 "pump": "^3.0.0",
40 "readable-stream": "^3.3.0",
41 "split2": "^3.1.1"
42 },
43 "devDependencies": {
44 "pino": "^5.12.2",
45 "pre-commit": "^1.2.2",
46 "snazzy": "^8.0.0",
47 "standard": "^12.0.1",
48 "tap": "^12.6.1"
49 }
50}