{
  "name": "react-text-to-speech",
  "version": "5.1.10",
  "description": "An easy-to-use React.js library that leverages the Web Speech API to convert text to speech.",
  "license": "MIT",
  "author": "Sahil Aggarwal <aggarwalsahil2004@gmail.com>",
  "contributors": [
    "Akshay Srivastava <akshaysrivastava46@gmail.com>"
  ],
  "homepage": "https://rtts.vercel.app",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SahilAggarwal2004/react-text-to-speech.git"
  },
  "bugs": {
    "url": "https://github.com/SahilAggarwal2004/react-text-to-speech/issues"
  },
  "type": "module",
  "exports": {
    ".": "./dist/index.mjs",
    "./icons": "./dist/icons.mjs",
    "./types": "./dist/types.mjs"
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "types": "./dist/index.d.mts",
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "tsdown": "0.22.0"
  },
  "keywords": [
    "component",
    "highlight",
    "hook",
    "library",
    "queue",
    "react",
    "react-text-to-speech",
    "speech",
    "speech-synthesis",
    "text-to-speech",
    "tts",
    "typescript",
    "webspeech-api"
  ],
  "scripts": {
    "compile": "tsdown",
    "dev": "tsdown --watch"
  }
}