mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-19 04:17:44 +00:00
80 lines
2.8 KiB
JSON
80 lines
2.8 KiB
JSON
{
|
|
"name": "jambonz-feature-server",
|
|
"version": "0.8.4",
|
|
"main": "app.js",
|
|
"engines": {
|
|
"node": ">= 10.16.0"
|
|
},
|
|
"keywords": [
|
|
"sip",
|
|
"drachtio",
|
|
"jambonz"
|
|
],
|
|
"author": "Dave Horton",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jambonz/jambonz-feature-server.git"
|
|
},
|
|
"bugs": {},
|
|
"scripts": {
|
|
"start": "node app",
|
|
"test": "NODE_ENV=test JAMBONES_HOSTING=1 HTTP_POOL=1 JAMBONES_TTS_TRIM_SILENCE=1 ENCRYPTION_SECRET=foobar DRACHTIO_HOST=127.0.0.1 DRACHTIO_PORT=9060 DRACHTIO_SECRET=cymru JAMBONES_MYSQL_HOST=127.0.0.1 JAMBONES_MYSQL_PORT=3360 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.38.0.10 JAMBONES_FREESWITCH=127.0.0.1:8022:JambonzR0ck$:docker-host JAMBONES_TIME_SERIES_HOST=127.0.0.1 JAMBONES_NETWORK_CIDR=172.38.0.0/16 node test/ ",
|
|
"coverage": "./node_modules/.bin/nyc --reporter html --report-dir ./coverage npm run test",
|
|
"jslint": "eslint app.js tracer.js lib",
|
|
"jslint:fix": "eslint app.js tracer.js lib --fix"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-auto-scaling": "^3.360.0",
|
|
"@aws-sdk/client-sns": "^3.360.0",
|
|
"@jambonz/db-helpers": "^0.9.1",
|
|
"@jambonz/http-health-check": "^0.0.1",
|
|
"@jambonz/realtimedb-helpers": "^0.8.6",
|
|
"@jambonz/speech-utils": "^0.0.19",
|
|
"@jambonz/stats-collector": "^0.1.9",
|
|
"@jambonz/time-series": "^0.2.8",
|
|
"@jambonz/verb-specifications": "^0.0.30",
|
|
"@opentelemetry/api": "^1.4.0",
|
|
"@opentelemetry/exporter-jaeger": "^1.9.0",
|
|
"@opentelemetry/exporter-trace-otlp-http": "^0.35.0",
|
|
"@opentelemetry/exporter-zipkin": "^1.9.0",
|
|
"@opentelemetry/instrumentation": "^0.35.0",
|
|
"@opentelemetry/resources": "^1.9.0",
|
|
"@opentelemetry/sdk-trace-base": "^1.9.0",
|
|
"@opentelemetry/sdk-trace-node": "^1.9.0",
|
|
"@opentelemetry/semantic-conventions": "^1.9.0",
|
|
"bent": "^7.3.12",
|
|
"debug": "^4.3.4",
|
|
"deepcopy": "^2.1.0",
|
|
"drachtio-fsmrf": "^3.0.23",
|
|
"drachtio-srf": "^4.5.26",
|
|
"express": "^4.18.2",
|
|
"ip": "^1.1.8",
|
|
"moment": "^2.29.4",
|
|
"parse-url": "^8.1.0",
|
|
"pino": "^8.8.0",
|
|
"polly-ssml-split": "^0.1.0",
|
|
"proxyquire": "^2.1.3",
|
|
"sdp-transform": "^2.14.1",
|
|
"short-uuid": "^4.2.2",
|
|
"sinon": "^15.0.1",
|
|
"to-snake-case": "^1.0.0",
|
|
"undici": "^5.19.1",
|
|
"uuid-random": "^1.3.2",
|
|
"verify-aws-sns-signature": "^0.1.0",
|
|
"ws": "^8.9.0",
|
|
"xml2js": "^0.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"clear-module": "^4.1.2",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-promise": "^4.3.1",
|
|
"nyc": "^15.1.0",
|
|
"tape": "^5.6.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"bufferutil": "^4.0.6",
|
|
"utf-8-validate": "^5.0.8"
|
|
}
|
|
}
|