pythonjf / package.json
ayoub ayoub
Update package.json
a752050 verified
raw
history blame contribute delete
436 Bytes
{
"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"
}
}