Files
node-sbc/package.json
2025-10-09 16:37:27 +02:00

19 lines
403 B
JSON

{
"name": "nexusvoice-sbc",
"version": "0.1.0",
"description": "Enterprise Session Border Controller",
"license": "ISC",
"author": "",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"config": "^4.1.1",
"drachtio-srf": "^5.0.13",
"winston": "^3.18.3"
}
}