{
  "name": "@speechmatics/flow-client",
  "version": "0.2.2",
  "description": "Javascript client for the Speechmatics Flow API",
  "main": "dist/index.js",
  "files": [
    "dist/",
    "README.md"
  ],
  "browser": "dist/index.browser.js",
  "module": "dist/index.browser.js",
  "typings": "dist/index.d.ts",
  "keywords": [
    "voice",
    "speech",
    "intelligence",
    "assistance",
    "chat",
    "API"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "typescript-event-target": "^1.1.1",
    "ws": "^8.18.0"
  },
  "devDependencies": {
    "@rollup/plugin-inject": "^5.0.5",
    "@types/ws": "^8.5.12"
  },
  "scripts": {
    "build": "pnpm rollup -c",
    "format": "biome format --write .",
    "lint": "biome lint --write .",
    "test": "node --import tsx ./test/index.test.ts"
  }
}