Spaces:
Paused
Paused
File size: 436 Bytes
2d29635 a752050 2d29635 a752050 2d29635 a752050 2d29635 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"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",
"systeminformation": "^5.12.2"
}
} |