UNPKG

cross-bot-bridge

Version:

A simple and customizable cross-bot bridge package that connects Discord and Telegram with admin and owner features, auto-reconnecting, media handling, message formatting conversion, user identity mapping, emoji and reaction support, and a command system.

48 lines (47 loc) 1.33 kB
{ "name": "cross-bot-bridge", "version": "1.3.1", "description": "A simple and customizable cross-bot bridge package that connects Discord and Telegram with admin and owner features, auto-reconnecting, media handling, message formatting conversion, user identity mapping, emoji and reaction support, and a command system.", "main": "index.js", "scripts": { "start": "node index.js", "postinstall": "node postinstall.js" }, "repository": { "type": "git", "url": "git+https://github.com/RishBroProMax/cross-bot-bridge.git" }, "keywords": [ "bot", "bridge", "cross-bot", "discord", "telegram", "customizable", "admin", "owner", "auto-reconnect", "media", "command", "real-time", "secure", "reliable", "low overhead", "multi-cross bridge" ], "author": "RishBroProMax", "license": "MIT", "bugs": { "url": "https://github.com/RishBroProMax/cross-bot-bridge/issues" }, "homepage": "https://github.com/RishBroProMax/cross-bot-bridge#readme", "dependencies": { "discord.js": "^14.0.0", "node-telegram-bot-api": "^0.50.0", "loglevel": "^1.8.0", "loglevel-plugin-prefix": "^0.8.4", "chalk": "^4.1.2", "log-symbols": "^4.1.0", "progress": "^2.0.3" } }