{
  "name": "pino-pretty",
  "version": "4.7.1",
  "description": "Prettifier for Pino log lines",
  "main": "index.js",
  "bin": {
    "pino-pretty": "./bin.js"
  },
  "scripts": {
    "ci": "standard && tap 'test/**/*.test.js' --coverage-report=lcovonly",
    "lint": "standard | snazzy",
    "test": "tap --100 'test/**/*.test.js'"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/pinojs/pino-pretty.git"
  },
  "keywords": [
    "pino"
  ],
  "author": "James Sumners <james.sumners@gmail.com>",
  "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": "^4.5.1",
    "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": "^9.0.0",
    "standard": "^16.0.3",
    "tap": "^14.10.7"
  }
}
