ayoub ayoub commited on
Commit
a752050
·
verified ·
1 Parent(s): 9f93ed9

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +3 -2
package.json CHANGED
@@ -4,12 +4,13 @@
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
  }
 
4
  "description": "Telegram streaming bot with static ffmpeg in Node.js",
5
  "main": "bot.js",
6
  "scripts": {
7
+ "start": "concurrently \"node bot.js\" \"node server.js\""
8
  },
9
  "dependencies": {
10
+ "concurrently": "^8.2.0",
11
  "fluent-ffmpeg": "^2.1.2",
12
  "@ffmpeg-installer/ffmpeg": "^1.1.0",
13
+ "node-telegram-bot-api": "^0.61.0",
14
  "systeminformation": "^5.12.2"
15
  }
16
  }