-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 759 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "stream-video",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "Sarthik Garg <sarthikgarg01@gmail.com> (https://www.github.com/mrbing47)",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"clipboard": "^2.0.6",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"dotenv-expand": "^5.1.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-socket.io-session": "^1.3.5",
"ffprobe": "^1.1.2",
"ffprobe-static": "^3.1.0",
"fluent-ffmpeg": "^2.1.2",
"morgan": "^1.10.0",
"readline-sync": "^1.4.10",
"sharp": "^0.31.2",
"socket.io": "^4.4.1",
"socket.io-cookie-parser": "^1.0.0",
"str-temp": "^1.0.5",
"uniqid": "^5.2.0"
}
}