{
  "name": "@probot/pino",
  "version": "5.0.1",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "bin": {
    "pino-probot": "./bin/cli.js"
  },
  "description": "formats pino logs and sends errors to Sentry",
  "type": "module",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "coverage": "tap --coverage-report html",
    "test": "tap",
    "lint": "prettier --check '**/*.js' '.github/**/*.yml' '*.md' package.json",
    "lint:fix": "prettier --write '**/*.js' '.github/**/*.yml' '*.md' package.json"
  },
  "keywords": [
    "pino"
  ],
  "author": "Gregor Martynus (https://twitter.com/gr2m)",
  "license": "MIT",
  "repository": "github:probot/pino",
  "devDependencies": {
    "@sentry/node": "^9.0.0",
    "pino": "^9.3.2",
    "prettier": "^3.4.2",
    "tap": "^21.0.1"
  },
  "dependencies": {
    "npx-import-light": "^1.0.0",
    "pino-pretty": "^13.0.0",
    "pump": "^3.0.0",
    "split2": "^4.0.0"
  },
  "engines": {
    "node": ">=18"
  }
}
