react-text-to-speech
Version:
An easy-to-use React.js component that leverages the Web Speech API to convert text to speech.
52 lines • 1.29 kB
JSON
{
"name": "react-text-to-speech",
"version": "1.4.3",
"description": "An easy-to-use React.js component 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",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./icons": "./dist/icons.js",
"./types": "./dist/types.js"
},
"types": "dist/index.d.ts",
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"tsup": "^8.4.0"
},
"keywords": [
"component",
"highlight",
"queue",
"react",
"react-text-to-speech",
"speech",
"speech-synthesis",
"text-to-speech",
"tts",
"typescript",
"webspeech-api"
],
"scripts": {
"compile": "tsup",
"dev": "tsup --watch"
}
}