{
  "name": "@elastic/ecs-pino-format",
  "version": "1.5.0",
  "description": "A formatter for the pino logger compatible with Elastic Common Schema.",
  "main": "index.js",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elastic/ecs-logging-nodejs.git"
  },
  "keywords": [
    "pino",
    "serializer",
    "formatter",
    "elasticsearch",
    "ecs",
    "ecs-logging",
    "elastic",
    "common",
    "schema"
  ],
  "author": "Tomas Della Vedova",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/elastic/ecs-logging-nodejs/issues"
  },
  "homepage": "https://github.com/elastic/ecs-logging-nodejs/blob/main/packages/ecs-pino-format/README.md",
  "scripts": {
    "lint": "standard",
    "lint:fix": "standard --fix",
    "test": "tap --timeout ${TAP_TIMEOUT:-30} test/*.test.js",
    "test:skip-slow": "TEST_SKIP_SLOW=1 tap --no-coverage --timeout ${TAP_TIMEOUT:-10} test/*.test.js # test a subset for a fast test run",
    "tav": "tav --quiet"
  },
  "engines": {
    "node": ">=10"
  },
  "dependencies": {
    "@elastic/ecs-helpers": "^2.1.1"
  },
  "devDependencies": {
    "@types/pino": "^6.3.9",
    "ajv": "^7.0.3",
    "ajv-formats": "^1.5.1",
    "elastic-apm-node": "^3.23.0",
    "express": "^4.17.1",
    "glob": "^7.2.3",
    "pino": "^6.0.0",
    "pino-http": "^5.3.0",
    "semver": "^7.5.4",
    "split2": "^3.1.1",
    "standard": "16.x",
    "tap": "^15.0.10",
    "test-all-versions": "^5.0.1",
    "ts-node": "^10.9.1"
  }
}
