UNPKG

@omegasolutions/vallora-log-sdk

Version:

A lightweight SDK for publishing transaction log events to Google Pub/Sub

36 lines (35 loc) 857 B
{ "name": "@omegasolutions/vallora-log-sdk", "version": "1.3.0", "description": "A lightweight SDK for publishing transaction log events to Google Pub/Sub", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "nestjs", "pubsub", "sdk", "google-cloud", "logging" ], "author": "Your Name <rogerio.benetti@omegasolutions.com.br>", "license": "MIT", "repository": { "type": "git", "url": "git clone https://rogeriobenetti@bitbucket.org/omegasolutionssp/vallora-back-log-registry-sdk.git" }, "dependencies": { "@google-cloud/pubsub": "^4.11.0", "@omegasolutions/vallora-log-sdk": "^1.0.0" }, "devDependencies": { "@types/uuid": "^10.0.0", "typescript": "^5.9.3" } }