-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
{
"name": "drachtio-rtpengine--b2bua-siprec",
"version": "0.0.1",
"description": "siprec B2BUA built using drachtio and rtpengine",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "node test/",
"jslint": "eslint app.js lib"
},
"engines": {
"node": ">= 12.22.1"
},
"keywords": [
"sip",
"drachtio",
"rtpengine",
"siprec",
"B2BUA"
],
"repository": {
"type": "git",
"url": "git+https://github.com/voxbone/drachtio-rtpengine-webrtcproxy.git"
},
"author": "Hoan HL",
"license": "MIT",
"bugs": {
"url": "https://github.com/voxbone/drachtio-rtpengine-webrtcproxy/issues"
},
"homepage": "https://github.com/voxbone/drachtio-rtpengine-webrtcproxy#readme",
"dependencies": {
"@jambonz/rtpengine-utils": "^0.4.3",
"@jambonz/siprec-client-utils": "^0.2.4",
"drachtio-fn-b2b-sugar": "0.0.12",
"drachtio-srf": "^4.5.21",
"config": "^3.3.9",
"pino": "^7.11.0",
"debug": "^4.3.4"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-promise": "^4.3.1",
"nyc": "^15.1.0",
"tape": "^4.15.1"
}
}