{
  "name": "@speechmatics/browser-audio-input-react",
  "version": "2.0.4",
  "description": "React hooks for managing audio inputs and permissions across browsers",
  "type": "module",
  "exports": [
    "./dist/index.js"
  ],
  "module": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "files": [
    "dist/",
    "README.md"
  ],
  "repository": "https://github.com/speechmatics/speechmatics-js-sdk/tree/main/packages/browser-audio-input-react",
  "keywords": [
    "Flow",
    "API",
    "React",
    "hooks",
    "transcription",
    "speech",
    "intelligence"
  ],
  "dependencies": {
    "@speechmatics/browser-audio-input": "2.0.4"
  },
  "author": "",
  "license": "MIT",
  "peerDependencies": {
    "react": "^18 || ^19"
  },
  "devDependencies": {
    "@types/react": "^19.0.10",
    "typescript-event-target": "^1.1.1"
  },
  "scripts": {
    "build": "rm -rf dist/ && pnpm -C ../browser-audio-input build && pnpm rollup -c",
    "format": "biome format --write .",
    "lint": "biome lint --write ."
  }
}