{ "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" } }