forked from miroslavpejic85/mirotalksfu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.29 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
43
44
45
46
47
{
"name": "mirotalksfu",
"version": "1.0.0",
"description": "WebRTC SFU browser-based video calls",
"main": "Server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app/src/Server.js",
"compile": "npx browserify public/sfu/MediasoupClientCompile.js -o public/sfu/MediasoupClient.js",
"lint": "npx prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/miroslavpejic85/mirotalksfu"
},
"keywords": [
"webrtc",
"socket.io",
"sfu",
"nodejs",
"video"
],
"author": "Miroslav Pejic",
"license": "AGPL-3.0",
"dependencies": {
"body-parser": "^1.20.0",
"compression": "1.7.4",
"cors": "2.8.5",
"crypto-js": "^4.1.1",
"express": "4.18.1",
"httpolyglot": "0.1.2",
"mediasoup": "3.10.5",
"mediasoup-client": "3.6.55",
"ngrok": "4.3.1",
"qs": "^6.11.0",
"@sentry/node": "7.8.1",
"@sentry/integrations": "7.8.1",
"socket.io": "4.5.1",
"swagger-ui-express": "4.5.0",
"uuid": "8.3.2",
"yamljs": "0.3.0"
},
"devDependencies": {
"node-fetch": "^2.6.7",
"prettier": "2.7.1"
}
}