{
  "name": "pino-http",
  "version": "5.7.0",
  "description": "High-speed HTTP logger for Node.js",
  "main": "logger.js",
  "dependencies": {
    "fast-url-parser": "^1.1.3",
    "pino": "^6.13.0",
    "pino-std-serializers": "^4.0.0"
  },
  "devDependencies": {
    "autocannon": "^7.3.0",
    "coveralls": "^3.0.0",
    "http-ndjson": "^3.1.0",
    "pre-commit": "^1.1.2",
    "split2": "^3.0.0",
    "standard": "^16.0.3",
    "tap": "^15.0.0"
  },
  "scripts": {
    "benchmark": "bash ./scripts/benchmark-all",
    "test": "standard && tap test.js",
    "fix": "standard --fix"
  },
  "author": "David Mark Clements",
  "contributors": [
    "Matteo Collina <hello@matteocollina.com>"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pinojs/pino-http.git"
  },
  "bugs": {
    "url": "https://github.com/pinojs/pino-http/issues"
  },
  "homepage": "https://github.com/pinojs/pino-http#readme"
}
