UNPKG

@juntoz/azure-service-bus-sender

Version:

Quick logger that enables the function to log to the default logger (console) and also to papertrail

30 lines (29 loc) 849 B
{ "name": "@juntoz/azure-service-bus-sender", "version": "2.0.3", "description": "Quick logger that enables the function to log to the default logger (console) and also to papertrail", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/Juntoz/azure-service-bus-sender.git" }, "keywords": [ "juntoz", "azure-service-bus", "azure-function" ], "author": "Juntoz.com", "license": "MIT", "bugs": { "url": "https://github.com/Juntoz/azure-service-bus-sender/issues" }, "homepage": "https://github.com/Juntoz/azure-service-bus-sender#readme", "dependencies": { "@azure/service-bus": "^1.1.8" } }