Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kody/notify

package.json

36 lines · 908 B · JSON
{
	"name": "@kody/notify",
	"version": "1.0.0",
	"private": false,
	"license": "MIT",
	"type": "module",
	"description": "Fan out a short notification to your email, Slack, Discord, or Telegram from saved channel config.",
	"exports": {
		".": "./src/index.ts"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE",
		"community-icon.svg"
	],
	"kody": {
		"id": "notify",
		"name": "Notify",
		"description": "Fan out a short notification to your email, Slack, Discord, or Telegram from saved channel config.",
		"tags": [
			"notify",
			"email",
			"slack",
			"discord",
			"telegram",
			"fanout",
			"messaging",
			"packageStorage"
		],
		"searchText": "notify fanout ping me email notify-self slack discord telegram packageStorage dryRun oauth bot token chat.write discordBotToken telegramBotToken multi-account integration name fork connect secrets",
		"dependencies": {
			"@kody/slack": "*"
		}
	}
}