UNPKG

gcp-logs

Version:

Package that standardizes logs for GCP, specifically for NestJS

42 lines (41 loc) 929 B
{ "name": "gcp-logs", "version": "1.2.7", "description": "Package that standardizes logs for GCP, specifically for NestJS", "keywords": [ "nestjs", "gcp", "logging", "cloud-logging", "google-cloud-platform", "winston", "logger", "application-logging", "cloud-services", "nestjs-module" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "@nestjs/common": "^10.3.5", "@types/node": "^18.0.0", "nest-winston": "^1.9.4", "typescript": "^5.4.3", "winston": "^3.12.0" }, "repository": { "type": "git", "url": "git+https://github.com/freitasjrcarlos/gcp-logs.git" }, "peerDependencies": { "@nestjs/common": "^10.0.0", "nest-winston": "^1.9.4", "winston": "^3.11.0" } }