UNPKG

@google-cloud/pino-logging-gcp-config

Version:

Module to create a basic Pino LoggerConfig to support Google Cloud structured logging

46 lines (45 loc) 1.17 kB
{ "name": "@google-cloud/pino-logging-gcp-config", "version": "1.1.0", "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.8", "@types/node": "^22.17.0", "jasmine": "^5.9.0", "jasmine-console-reporter": "^3.1.0", "typescript": "^5.9.2" }, "dependencies": { "@google-cloud/logging": "^11.2.0", "eventid": "^2.0.1", "google-gax": "^4.6.1", "pino": "^9.7.0" }, "engines": { "node": ">=16.20.2" } }