{ "name": "telegram-ffmpeg-bot", "version": "1.0.0", "description": "Telegram streaming bot with static ffmpeg in Node.js", "main": "bot.js", "scripts": { "start": "concurrently \"node bot.js\" \"node server.js\"" }, "dependencies": { "concurrently": "^8.2.0", "fluent-ffmpeg": "^2.1.2", "@ffmpeg-installer/ffmpeg": "^1.1.0", "node-telegram-bot-api": "^0.61.0", "axios": "*", "systeminformation": "^5.12.2" } }