{
  "name": "use-stt",
  "version": "0.1.9",
  "description": "React hook for speech-to-text using multiple STT providers",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint src --ext .ts,.tsx",
    "clean": "rimraf dist coverage .turbo node_modules node_modules/.cache",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "react",
    "hook",
    "speech-to-text",
    "stt",
    "whisper",
    "azure",
    "google"
  ],
  "author": "Augustin Chan",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.1.4",
    "@testing-library/react": "^14.0.0",
    "@types/node": "^20.0.0",
    "@types/react": "^18.2.0",
    "jsdom": "^26.0.0",
    "react": "^18.2.0",
    "rimraf": "^5.0.5",
    "tsup": "^8.4.0",
    "typescript": "^5.0.4",
    "vitest": "^3.1.1"
  },
  "dependencies": {
    "@ffmpeg/ffmpeg": "^0.12.15",
    "@ffmpeg/util": "^0.12.2"
  }
}
