UNPKG

teams-webhook-notifier

Version:

Notificador simples via Microsoft Teams Webhook com suporte a observabilidade.

42 lines (41 loc) 992 B
{ "name": "teams-webhook-notifier", "version": "1.0.7", "description": "Notificador simples via Microsoft Teams Webhook com suporte a observabilidade.", "main": "./build/index.js", "types": "./build/index.d.ts", "files": [ "build" ], "scripts": { "build": "tsup src/index.ts --dts --out-dir build --format esm,cjs" }, "keywords": [ "teams", "webhook", "notifier", "microsoft", "observability", "logging" ], "author": "Armando Pereira", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/apvictor/teams-webhook-notifier.git" }, "bugs": { "url": "https://github.com/apvictor/teams-webhook-notifier/issues" }, "homepage": "https://github.com/apvictor/teams-webhook-notifier#readme", "dependencies": { "axios": "^1.10.0", "path": "^0.12.7", "url": "^0.11.4" }, "devDependencies": { "tsconfig-paths": "^4.2.0", "tsup": "^8.5.0", "typescript": "^5.8.3" } }