{
  "name": "tts-react",
  "version": "4.1.4",
  "description": "React hook and component for converting text to speech using the Web Speech API or Amazon Polly.",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/cjs/index.d.cts",
        "default": "./dist/cjs/index.cjs"
      }
    },
    "./*": {
      "import": "./dist/*.js",
      "require": "./dist/cjs/*.cjs"
    },
    "./package.json": "./package.json"
  },
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "check-types": "tsc --noEmit",
    "build": "duel --dual-package-hazard-allowlist react",
    "prepack": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/morganney/tts-react.git",
    "directory": "packages/tts-react"
  },
  "bugs": {
    "url": "https://github.com/morganney/tts-react/issues"
  },
  "engines": {
    "node": ">=20.18.1",
    "npm": ">=10.8.2"
  },
  "keywords": [
    "text-to-speech",
    "tts",
    "react",
    "component",
    "hook",
    "speech synthesis",
    "amazon-polly"
  ],
  "author": "Morgan Ney <morganney@gmail.com>",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  }
}
