First commit merge
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user