{
  "name": "pino-datadog",
  "version": "2.0.2",
  "description": "A transport for pino that sends messages to DataDog",
  "homepage": "https://github.com/ovhemert/pino-datadog",
  "main": "src/index.js",
  "scripts": {
    "dev:cli": "node ./test/debug.js | node ./src/cli.js",
    "lint": "standard",
    "test": "standard && tap test/*.test.js --coverage --100",
    "test:report": "standard && tap test/*.test.js --coverage  --coverage-report=html --100",
    "posttest": "tap --coverage --coverage-report=lcovonly"
  },
  "bin": {
    "pino-datadog": "src/cli.js"
  },
  "keywords": [
    "pino",
    "pino-transport",
    "datadog",
    "logging"
  ],
  "author": "Osmond van Hemert <hello@ovhemert.dev> (https://ovhemert.dev)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ovhemert/pino-datadog.git"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "precommit": [
    "lint",
    "test"
  ],
  "devDependencies": {
    "pino-multi-stream": "^5.2.0",
    "sinon": "^9.2.4",
    "standard": "^14.3.4",
    "tap": "^14.11.0"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "batch2": "^1.0.6",
    "commander": "^6.2.1",
    "fast-json-parse": "^1.0.3",
    "pumpify": "^2.0.1",
    "split2": "^3.2.2",
    "stream": "0.0.2",
    "through2": "^4.0.2"
  }
}
