@project-sunbird/open-speech-streaming-client
Version:
Streaming client library for EkStep open speech API
30 lines (29 loc) • 708 B
JSON
{
"name": "@project-sunbird/open-speech-streaming-client",
"version": "1.0.10",
"description": "Streaming client library for EkStep open speech API",
"main": "src/index.js",
"scripts": {
"test": "jest --collectCoverage=true"
},
"repository": {
"type": "git",
"url": "https://github.com/Open-Speech-EkStep/speech-recognition-open-api-client"
},
"keywords": [
"streaming",
"client"
],
"author": "EkStep OpenSpeech Team",
"license": "ISC",
"dependencies": {
"hark": "1.2.3",
"socket.io-client": "4.3.2",
"socket.io-stream": "0.9.1"
},
"devDependencies": {
"flush-promises": "^1.0.2",
"jest": "^27.3.1",
"jest-fetch-mock": "^3.0.3"
}
}