Spaces:
Running
Running
ayoub ayoub
commited on
Create package.json
Browse files- package.json +15 -0
package.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "telegram-ffmpeg-bot",
|
3 |
+
"version": "1.0.0",
|
4 |
+
"description": "Telegram streaming bot with static ffmpeg in Node.js",
|
5 |
+
"main": "bot.js",
|
6 |
+
"scripts": {
|
7 |
+
"start": "node bot.js"
|
8 |
+
},
|
9 |
+
"dependencies": {
|
10 |
+
"node-telegram-bot-api": "^0.61.0",
|
11 |
+
"fluent-ffmpeg": "^2.1.2",
|
12 |
+
"@ffmpeg-installer/ffmpeg": "^1.1.0",
|
13 |
+
"systeminformation": "^5.12.2"
|
14 |
+
}
|
15 |
+
}
|