node-red-contrib-telegrambot
Version:
24 lines (23 loc) • 594 B
JSON
{
"name": "node-red-contrib-telegrambot",
"version": "7.0.0",
"description": "Telegram bot nodes.",
"dependencies": {
"node-telegram-bot-api" : "^0.40.0",
"socks5-https-client" : "1.2.1"
},
"node-red" : {
"nodes": {
"telegrambot": "telegrambot/99-telegrambot.js"
}
},
"keywords": [
"node-red", "telegram", "bot"
],
"repository" :
{ "type" : "git"
, "url" : "https://github.com/windkh/node-red-contrib-telegrambot"
},
"author": "Karl-Heinz Wind",
"license": "MIT"
}