ttgram
Version:
Integration with Twitter <-> Telegram
38 lines (37 loc) • 877 B
JSON
{
"name": "ttgram",
"version": "2.0.1",
"description": "Integration with Twitter <-> Telegram",
"main": "index.js",
"scripts": {
"test": "echo \"Nice test :)\"",
"start": "env-cmd .env node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TiagoDanin/TTgram.git"
},
"keywords": [
"telegram",
"telegram-bot",
"bot",
"telegrambot",
"twitter",
"intregration"
],
"author": "Tiago Danin <TiagoDanin@outlook.com> (https://TiagoDanin.github.io)",
"license": "MIT",
"dependencies": {
"cron": "1.5.0",
"debug": "4.1.0",
"env-cmd": "8.0.2",
"graceful-fs": "4.1.6",
"jsonfile": "5.0.0",
"telegraf": "3.25.0",
"twitter": "1.7.1"
},
"bugs": {
"url": "https://github.com/TiagoDanin/TTgram/issues"
},
"homepage": "https://github.com/TiagoDanin/TTgram#readme"
}