-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.03 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.03 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "newhlsmp4",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"engines": {
"electron": "^12.0.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"amqplib": "^0.10.3",
"axios": "^1.5.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-redis-cache": "^1.1.3",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.2",
"googleapis": "^126.0.1",
"hls-fetcher": "^2.3.0",
"hls-server": "^1.5.0",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.2",
"moment": "^2.29.4",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"node-cron": "^3.0.2",
"node-hls-downloader": "^2.2.0",
"p-limit": "^4.0.0",
"pg": "^8.11.3",
"progress": "^2.0.3",
"redis": "^4.2.0",
"request": "^2.88.2",
"socket.io": "^4.7.2",
"uuid": "^9.0.0",
"webtorrent": "^2.1.25",
"winston": "^3.10.0"
}
}