node-red-contrib-telegrambot
Version:
Telegram bot nodes for Node-RED
59 lines (58 loc) • 1.65 kB
JSON
{
"name": "node-red-contrib-telegrambot",
"version": "17.4.6",
"description": "Telegram bot nodes for Node-RED",
"dependencies": {
"bluebird": "^3.7.2",
"node-telegram-bot-api": "^0.66.0",
"socks-proxy-agent": "^8.0.3"
},
"overrides": {
"tough-cookie": "^4.1.3"
},
"scripts": {
"lint": "eslint telegrambot --ext .js --format unix",
"postlint": "echo ✅ lint valid",
"test": "mocha",
"test:watch": "mocha --watch --reporter min",
"test:coverage": "c8 --reporter=text --reporter=lcov --exclude=test --exclude=examples --exclude=doc npm test"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"node-red": {
"version": ">=1.3.7",
"nodes": {
"telegrambot": "telegrambot/99-telegrambot.js"
}
},
"engines": {
"node": ">=14.0.0"
},
"keywords": [
"node-red",
"telegram",
"bot"
],
"repository": {
"type": "git",
"url": "https://github.com/windkh/node-red-contrib-telegrambot"
},
"author": "Karl-Heinz Wind",
"license": "MIT",
"devDependencies": {
"c8": "^9.1.0",
"chai": "^4.4.1",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"mocha": "^10.4.0",
"node-red": "^4.0.0",
"node-red-node-test-helper": "^0.3.4",
"prettier": "^2.7.1",
"proxyquire": "^2.1.3"
}
}