Files
sbc-sip-sidecar/package.json
2022-09-09 16:26:14 +07:00

49 lines
1.8 KiB
JSON

{
"name": "sbc-outbound-handler",
"version": "0.0.1",
"description": "SBC Outbound Handler",
"main": "app.js",
"engines": {
"node": ">= 14.0.0"
},
"keywords": [
"sip",
"drachtio"
],
"scripts": {
"start": "node app",
"test": "NODE_ENV=test JAMBONES_HOSTING=1 HTTP_POOL=1 DRACHTIO_HOST=127.0.0.1 DRACHTIO_PORT=9022 DRACHTIO_SECRET=cymru JAMBONES_MYSQL_HOST=127.0.0.1 JAMBONES_MYSQL_PORT=3306 JAMBONES_MYSQL_USER=jambones_test JAMBONES_MYSQL_PASSWORD=jambones_test JAMBONES_MYSQL_DATABASE=jambones_test JAMBONES_REDIS_HOST=127.0.0.1 JAMBONES_REDIS_PORT=16379 JAMBONES_LOGLEVEL=error ENABLE_METRICS=0 HTTP_PORT=3000 JAMBONES_SBCS=172.39.0.10 JAMBONES_FREESWITCH=127.0.0.1:8022:ClueCon:docker-host JAMBONES_TIME_SERIES_HOST=127.0.0.1 JAMBONES_NETWORK_CIDR=172.39.0.0/16 node test/ ",
"coverage": "./node_modules/.bin/nyc --reporter html --report-dir ./coverage npm run test",
"jslint": "eslint app.js lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xquanluu/sbc-outbound-handler.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xquanluu/sbc-outbound-handler/issues"
},
"homepage": "https://github.com/xquanluu/sbc-outbound-handler#readme",
"dependencies": {
"@jambonz/db-helpers": "^0.6.18",
"@jambonz/http-authenticator": "^0.2.1",
"@jambonz/mw-registrar": "^0.2.2",
"@jambonz/stats-collector": "^0.1.6",
"@jambonz/time-series": "^0.1.12",
"debug": "^4.3.4",
"drachtio-mw-registration-parser": "^0.1.0",
"drachtio-mw-response-time": "^1.0.2",
"@jambonz/realtimedb-helpers": "^0.4.29",
"drachtio-srf": "^4.5.17",
"pino": "^6.14.0"
},
"devDependencies": {
"clear-module": "^4.1.2",
"eslint": "^7.32.0",
"eslint-plugin-promise": "^4.3.1",
"tape": "^4.15.1"
}
}