First commit merge
This commit is contained in:
35
package.old.json
Normal file
35
package.old.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "nexusvoice-sbc-drachtio",
|
||||
"version": "1.0.0",
|
||||
"description": "NexusVoice SIP Border Controller - Drachtio Implementation",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"dev": "nodemon server.js",
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"drachtio": "^0.11.0",
|
||||
"drachtio-srf": "^4.4.0",
|
||||
"winston": "^3.8.0",
|
||||
"config": "^3.3.0",
|
||||
"express": "^4.18.0",
|
||||
"body-parser": "^1.20.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.0",
|
||||
"jest": "^29.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"sip",
|
||||
"voip",
|
||||
"drachtio",
|
||||
"sbc",
|
||||
"kamailio"
|
||||
],
|
||||
"author": "NexusVoice",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user