-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
45 lines (45 loc) · 1.33 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
{
"name": "bbb-webrtc-sfu",
"version": "2.9.9",
"private": true,
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0"
},
"scripts": {
"start": "node server.js",
"lint": "./node_modules/.bin/eslint ./",
"lint:file": "./node_modules/.bin/eslint",
"nodemon-start": "node_modules/nodemon/bin/nodemon.js server.js",
"postinstall": "cd node_modules/sip.js/src/Grammar && mkdir -p dist && pegjs --extra-options-file peg.json src/Grammar.pegjs dist/Grammar.js"
},
"dependencies": {
"bbb-sfurec-adapter": "git+https://github.com/mconf/bbb-sfurec-adapter.git#v1.0.0-dev.6",
"config": "^3.3.9",
"ipaddr.js": "1.9.1",
"js-yaml": "3.13.1",
"kurento-client": "github:mconf/kurento-client-js#v6.18.0-mconf.1",
"mcs-js": "github:mconf/mcs-js#v0.0.16",
"mediasoup": "3.11.12",
"mediasoup-client": "3.6.43",
"modesl": "1.2.1",
"pegjs": "0.8.0",
"prom-client": "14.0.1",
"queue": "6.0.1",
"redis": "3.1.2",
"sdp-transform": "2.13.0",
"sip.js": "git+https://github.com/mconf/sip.js.git#v0.7.5.13",
"uuid": "8.3.1",
"winston": "3.7.2",
"ws": "8.4.2"
},
"devDependencies": {
"eslint": "^8.13.0",
"nodemon": "^2.0.20",
"safe-stable-stringify": "^2.3.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.6",
"utf-8-validate": "^5.0.8"
}
}