{
  "name": "@webpieces/bunyan",
  "version": "0.4.697",
  "description": "Node-only bunyan LoggerFactory backends for webpieces: Console (local pretty) + GCP (@google-cloud/logging-bunyan), auto-enriched with HeaderRegistry context keys",
  "type": "commonjs",
  "main": "./src/index.js",
  "types": "./src/index.d.ts",
  "author": "Dean Hiller",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/deanhiller/webpieces-ts.git",
    "directory": "packages/logging/bunyan"
  },
  "keywords": [
    "webpieces",
    "bunyan",
    "logging",
    "gcp",
    "cloud-logging"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@webpieces/core-util": "0.4.697",
    "@webpieces/core-context": "0.4.697",
    "bunyan": "1.8.15",
    "@google-cloud/logging-bunyan": "5.1.0",
    "@types/bunyan": "1.8.11"
  }
}