{
  "name": "@newrelic/pino-enricher",
  "version": "0.1.0",
  "description": "New Relic log encricher for the `pino` package. Allows `pino` logs to be consumed by New Relic Logs.",
  "main": "index.js",
  "scripts": {
    "unit": "tap tests/unit/**/*.tap.js --no-coverage",
    "test": "npm run unit && npm run versioned",
    "lint": "eslint *.js lib tests",
    "lint:fix": "eslint --fix *.js lib tests",
    "third-party-updates": "oss third-party manifest && oss third-party notices && git add THIRD_PARTY_NOTICES.md third_party_manifest.json",
    "versioned": "npm run versioned:npm6",
    "versioned:npm6": "versioned-tests --minor -i 2 tests/versioned/*.tap.js",
    "versioned:npm7": "versioned-tests --minor --all -i 2 tests/versioned/*.tap.js"
  },
  "author": "New Relic Node.js Agent Team <nodejs@newrelic.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/newrelic/newrelic-node-log-extensions.git"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/newrelic/newrelic-node-log-extensions/issues"
  },
  "homepage": "https://github.com/newrelic/newrelic-node-log-extensions#readme",
  "peerDependencies": {
    "newrelic": "^8.6.0"
  },
  "devDependencies": {
    "@newrelic/test-utilities": "^6.2.0",
    "flush-write-stream": "^2.0.0",
    "newrelic": "^8.6.0",
    "split2": "^4.1.0",
    "tap": "^15.1.2"
  },
  "engines": {
    "node": ">=12.0"
  },
  "files": [
    "lib/**",
    "index.js"
  ]
}
