UNPKG

telebot

Version:

The easy way to write Telegram bots.

16 lines (15 loc) 348 B
{ "name": "telebot-bot", "main": "bot.js", "scripts": { "build": "tsc -p ./node_modules/telebot", "bot": "node bot.js", "start": "yarn run build && yarn run bot" }, "dependencies": { "@types/node": "^13.9.1", "jest": "^25.1.0", "translation-google": "wilsonwu/translation-google", "typescript": "^3.8.3" } }