aeap-speech-to-text/package.json

28 lines
673 B
JSON

{
"name": "aeap-speech-to-text",
"description": "asterisk external speech to text application",
"version": "0.1.0",
"homepage": "https://github.com/asterisk/aeap-speech-to-text#README.md",
"main": "./index.js",
"bin": "./index.js",
"license": "Apache-2.0",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/asterisk/aeap-speech-to-text.git"
},
"keywords": [
"asterisk",
"asterisk external application protocol",
"aeap",
"speech"
],
"dependencies": {
"@aws-sdk/client-transcribe-streaming": "^3.362.0",
"@google-cloud/speech": "^4.9.0",
"wavefile": "^11.0.0",
"ws": "^8.3.0",
"yargs": "^17.3.1"
}
}