forked from bangtutorial/streamflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 829 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 829 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
{
"name": "streamflow",
"version": "1.0.0",
"description": "Live streaming apps that allows you to stream live to various platforms such as YouTube, Facebook, and others via the RTMP protocol.",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js",
"dev": "nodemon src/server.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"eventsource": "^3.0.5",
"express": "^4.21.2",
"express-session": "^1.18.1",
"fluent-ffmpeg": "^2.1.2",
"fs": "^0.0.1-security",
"he": "^1.2.0",
"multer": "^1.4.5-lts.1",
"path": "^0.12.7",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"nodemon": "^3.0.2"
}
}