ayoub ayoub commited on
Commit
2d29635
·
verified ·
1 Parent(s): 76ab0f4

Create package.json

Browse files
Files changed (1) hide show
  1. 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
+ }