{
"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": "*"
}
}
}