-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
42 lines (42 loc) · 1.13 KB
/
package.json
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
{
"name": "mirotalkbro",
"version": "1.0.60",
"description": "P2P WebRTC audio, video and screen live broadcast",
"main": "app/server.js",
"scripts": {
"lint": "npx prettier --write .",
"start": "node app/server.js",
"start-dev": "nodemon app/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miroslavpejic85/mirotalkbro"
},
"keywords": [
"WebRTC",
"Broadcast",
"Live streaming",
"Live broadcasting",
"SocketIO"
],
"author": "Miroslav Pejic",
"license": "AGPLv3",
"dependencies": {
"@sentry/node": "^8.38.0",
"compression": "^1.7.5",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-openid-connect": "^2.17.1",
"js-yaml": "^4.1.0",
"ngrok": "^5.0.0-beta.2",
"socket.io": "^4.8.1",
"swagger-ui-express": "5.0.1"
},
"devDependencies": {
"node-fetch": "^3.3.2",
"nodemon": "^3.1.7",
"prettier": "3.3.3"
}
}