infobot-sber-stt
Version:
Node.JS library for Sber SmartSpeech Speech-to-Text with streaming recognition
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "infobot-sber-stt",
"version": "1.1.4",
"description": "Node.JS library for Sber SmartSpeech Speech-to-Text with streaming recognition",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/infobot-pro/infobot-sber-stt.git"
},
"keywords": [
"sber",
"smartspeech",
"stt",
"speech-to-text",
"asr",
"speech recognition"
],
"author": {
"name": "INFOBOT LLC"
},
"contributors": [
{
"name": "Aleksey Kudakov",
"email": "cto@infobot.pro"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/infobot-pro/infobot-sber-stt/issues"
},
"homepage": "https://github.com/infobot-pro/infobot-sber-stt#readme",
"dependencies": {
"jsonwebtoken": "^8.5.1",
"request": "^2.88.0",
"@grpc/grpc-js": "^1.4.4",
"@grpc/proto-loader": "^0.6.7"
}
}