{
  "name": "@google-cloud/pino-logging-gcp-config",
  "version": "1.0.3",
  "description": "Module to create a basic Pino LoggerConfig to support Google Cloud structured logging",
  "main": "build/src/pino_gcp_config.js",
  "scripts": {
    "prepare": "npm run compile",
    "test": "jasmine --config=jasmine.json",
    "test:fancy": "jasmine --reporter=jasmine-console-reporter --config=jasmine.json",
    "compile": "tsc",
    "pretest": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GoogleCloudPlatform/cloud-solutions.git",
    "directory": "projects/pino-logging-gcp-config"
  },
  "keywords": [
    "Pino",
    "JSON",
    "Structured",
    "Logging",
    "Google",
    "Cloud",
    "Platform",
    "Stackdriver"
  ],
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/jasmine": "^5.1.7",
    "@types/node": "^22.14.1",
    "jasmine": "^5.6.0",
    "jasmine-console-reporter": "^3.1.0",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@google-cloud/logging": "^11.2.0",
    "eventid": "^2.0.1",
    "google-gax": "^4.6.0",
    "pino": "^9.6.0"
  },
  "engines": {
    "node": ">=16.20.2"
  }
}
