UNPKG

simplert

Version:

Simple way to send alerts via Slack, Email, Discord, SMS, etc.

60 lines (59 loc) 1.3 kB
{ "name": "simplert", "version": "0.6.2", "description": "Simple way to send alerts via Slack, Email, Discord, SMS, etc.", "main": "index.js", "scripts": {}, "bin": { "generate-config": "./bin/generate-config.js", "generate-gmail": "./bin/generate-gmail-creds.js", "update-config": "./bin/update-config.js" }, "author": "Nicholas Dangles", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/ndangles/simplert.git" }, "keywords": [ "simple alerts", "simple events", "simplert", "alerts", "events", "discord alerts", "gmail alerts", "gmail", "send alert", "easy alerts", "send email", "discord", "slack", "slack alerts", "slack message", "send message", "notify", "notifications", "twilio", "sms", "text message", "send sms", "send text message", "file system", "log to file", "write to file", "logs", "log rotation" ], "bugs": { "url": "https://github.com/ndangles/simplert/issues" }, "readme": "README.md", "homepage": "https://github.com/ndangles/simplert#readme", "dependencies": { "@slack/web-api": "^5.6.0", "discord.js": "^11.5.1", "googleapis": "^45.0.0", "twilio": "^3.37.1" } }