{
  "name": "@soniox/client",
  "version": "2.1.1",
  "homepage": "https://soniox.com/docs/stt/SDKs/web-sdk",
  "bugs": {
    "url": "https://github.com/soniox/soniox-js/issues"
  },
  "description": "Official Soniox SDK for client-side applications",
  "keywords": [
    "soniox",
    "speech-to-text",
    "stt",
    "transcription",
    "translation",
    "speech-recognition",
    "realtime",
    "websocket",
    "audio",
    "sdk"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/soniox/soniox-js.git",
    "directory": "packages/client"
  },
  "license": "MIT",
  "author": "Soniox <support@soniox.com>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsdown",
    "clean": "rm -rf dist",
    "dev": "tsdown --watch",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@soniox/core": "*"
  }
}
