mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2025-12-18 21:37:43 +00:00
* soundhound speech credential support audio endpoint * soundhound speech credential support audio endpoint * wip * wip
78 lines
3.2 KiB
JSON
78 lines
3.2 KiB
JSON
{
|
|
"name": "jambonz-api-server",
|
|
"version": "0.9.5",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"test": "NODE_ENV=test APPLY_JAMBONZ_DB_LIMITS=1 JWT_SECRET=foobarbazzle 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=localhost JAMBONES_REDIS_PORT=16379 JAMBONES_TIME_SERIES_HOST=127.0.0.1 JAMBONES_LOGLEVEL=error JAMBONES_CREATE_CALL_URL=http://localhost/v1/createCall K8S=true K8S_FEATURE_SERVER_SERVICE_NAME=127.0.0.1 K8S_FEATURE_SERVER_SERVICE_PORT=3100 node test/ ",
|
|
"test:encrypt-decrypt": "ENCRYPTION_SECRET=12345 node --test ./test/encrypt-decrypt.test.js",
|
|
"integration-test": "NODE_ENV=test JAMBONES_AUTH_USE_JWT=1 JAMBONES_TIME_SERIES_HOST=127.0.0.1 AWS_REGION='us-east-1' JAMBONES_CURRENCY=USD JWT_SECRET=foobarbazzle 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=localhost JAMBONES_REDIS_PORT=16379 JAMBONES_LOGLEVEL=debug JAMBONES_CREATE_CALL_URL=http://localhost/v1/createCall node test/serve-integration.js",
|
|
"upgrade-db": "node ./db/upgrade-jambonz-db.js",
|
|
"coverage": "./node_modules/.bin/nyc --reporter html --report-dir ./coverage npm run test",
|
|
"jslint": "eslint app.js lib",
|
|
"jslint:fix": "eslint app.js lib --fix",
|
|
"prepare": "husky install"
|
|
},
|
|
"author": "Dave Horton",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "https://github.com/jambonz/jambonz-api-server.git"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-cloudwatch-logs": "^3.750.0",
|
|
"@aws-sdk/client-s3": "^3.550.0",
|
|
"@aws-sdk/client-transcribe": "^3.549.0",
|
|
"@azure/storage-blob": "^12.17.0",
|
|
"@deepgram/sdk": "^1.21.0",
|
|
"@gladiaio/sdk": "^0.5.2",
|
|
"@google-cloud/speech": "^6.5.0",
|
|
"@google-cloud/storage": "^7.9.0",
|
|
"@jambonz/db-helpers": "^0.9.18",
|
|
"@jambonz/lamejs": "^1.2.2",
|
|
"@jambonz/mw-registrar": "^0.2.7",
|
|
"@jambonz/realtimedb-helpers": "^0.8.15",
|
|
"@jambonz/speech-utils": "^0.2.26",
|
|
"@jambonz/time-series": "^0.2.8",
|
|
"@jambonz/verb-specifications": "^0.0.122",
|
|
"@soniox/soniox-node": "^1.2.2",
|
|
"ajv": "^8.17.1",
|
|
"argon2": "^0.40.1",
|
|
"assemblyai": "^4.3.4",
|
|
"cors": "^2.8.5",
|
|
"debug": "^4.4.3",
|
|
"express": "^4.21.2",
|
|
"express-rate-limit": "^7.2.0",
|
|
"form-data": "^4.0.0",
|
|
"helmet": "^7.1.0",
|
|
"houndify": "^3.1.14",
|
|
"ibm-watson": "^9.0.1",
|
|
"is-valid-hostname": "^1.0.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mailgun.js": "^10.2.1",
|
|
"microsoft-cognitiveservices-speech-sdk": "1.36.0",
|
|
"multer": "^1.4.5-lts.1",
|
|
"mysql2": "^3.11.0",
|
|
"nocache": "4.0.0",
|
|
"passport": "^0.7.0",
|
|
"passport-http-bearer": "^1.0.1",
|
|
"pino": "^8.20.0",
|
|
"short-uuid": "^4.2.2",
|
|
"speechmatics": "^4.0.0",
|
|
"stream-buffers": "^3.0.2",
|
|
"stripe": "^14.24.0",
|
|
"swagger-ui-express": "^5.0.0",
|
|
"uuid": "^9.0.1",
|
|
"wav": "^1.0.2",
|
|
"ws": "^8.16.0",
|
|
"yamljs": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.39.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"husky": "9.0.11",
|
|
"nyc": "^15.1.0",
|
|
"tape": "^5.7.5"
|
|
}
|
|
}
|