-
Notifications
You must be signed in to change notification settings - Fork 267
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "streamflow",
"version": "2.2.2",
"description": "Cloud streaming solution with FFmpeg",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"generate-secret": "node generate-secret.js"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^2.1.2",
"@tus/file-store": "^2.0.0",
"@tus/server": "^2.3.0",
"axios": "^1.8.1",
"bcrypt": "^6.0.0",
"connect-sqlite3": "^0.9.15",
"csrf": "^3.1.0",
"dotenv": "^16.5.0",
"ejs": "^3.1.9",
"ejs-mate": "^4.0.0",
"express": "^4.18.2",
"express-rate-limit": "^7.5.0",
"express-session": "^1.18.1",
"express-validator": "^7.2.1",
"file-type": "^21.3.1",
"fluent-ffmpeg": "^2.1.3",
"fs-extra": "^11.3.0",
"get-video-duration": "^4.1.0",
"googleapis": "^146.0.0",
"megajs": "^1.3.9",
"multer": "^1.4.5-lts.1",
"os-utils": "^0.0.14",
"sqlite3": "^6.0.1",
"systeminformation": "^5.25.11",
"tus-js-client": "^4.3.1",
"uuid": "^11.1.0",
"video.js": "^8.21.0"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}