{
  "name": "pino-http",
  "version": "8.5.0",
  "description": "High-speed HTTP logger for Node.js",
  "main": "logger.js",
  "types": "index.d.ts",
  "dependencies": {
    "get-caller-file": "^2.0.5",
    "pino": "^8.0.0",
    "pino-std-serializers": "^6.0.0",
    "process-warning": "^2.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.1.0",
    "autocannon": "^7.3.0",
    "coveralls": "^3.0.0",
    "http-ndjson": "^3.1.0",
    "pino-http-print": "^3.1.0",
    "pino-pretty": "^10.0.0",
    "pre-commit": "^1.1.2",
    "split2": "^4.0.0",
    "standard": "^17.0.0",
    "tap": "^16.0.0",
    "ts-node": "^10.3.0",
    "tsd": "^0.28.1",
    "typescript": "^5.0.2"
  },
  "scripts": {
    "benchmark": "bash ./scripts/benchmark-all",
    "test": "standard && tap test/*.js && npm run test-types",
    "fix": "standard --fix",
    "test-types": "tsc && tsd && ts-node *.test-d.ts "
  },
  "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"
}
