2022-02-15 19:05:43 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2023-06-29 22:10:13 +01:00
|
|
|
"@aws-sdk/client-transcribe-streaming": "^3.362.0",
|
2023-07-25 21:21:58 +01:00
|
|
|
"@google-cloud/speech": "^5.6.0",
|
2023-06-30 20:07:56 +01:00
|
|
|
"wavefile": "^11.0.0",
|
2022-02-15 19:05:43 +00:00
|
|
|
"ws": "^8.3.0",
|
|
|
|
"yargs": "^17.3.1"
|
|
|
|
}
|
|
|
|
}
|