{
  "name": "@speechmatics/real-time-client",
  "version": "8.3.2",
  "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"
  ],
  "repository": "https://github.com/speechmatics/speechmatics-js-sdk/tree/main/packages/real-time-client",
  "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": {
    "@asyncapi/modelina": "^5.2.5",
    "@rollup/plugin-inject": "^5.0.5",
    "yaml": "^2.5.0"
  },
  "scripts": {
    "build": "pnpm rollup -c",
    "generate-models": "./scripts/generate-models.ts"
  }
}