UNPKG

@speechmatics/real-time-client

Version:

Client for the Speechmatics real-time API

36 lines 801 B
{ "name": "@speechmatics/real-time-client", "version": "6.0.0", "description": "Client for the Speechmatics real-time API", "main": "dist/index.js", "browser": "dist/index.browser.js", "module": "dist/index.browser.js", "typings": "dist/index.d.ts", "files": [ "dist/", "README.md" ], "keywords": [ "speech", "ASR", "real-time", "realtime", "real time", "websocket", "transcript", "translation" ], "license": "MIT", "dependencies": { "typescript-event-target": "^1.1.1", "ws": "^8.18.0" }, "devDependencies": { "@rollup/plugin-inject": "^5.0.5", "yaml": "^2.5.0" }, "scripts": { "build": "pnpm rollup -c", "generate-types": "./scripts/transform-async-to-openapi.ts && ./scripts/generate-models.sh" } }