react-text-to-speech
Advanced tools
Comparing version 0.14.6 to 0.14.7
{ | ||
"name": "react-text-to-speech", | ||
"version": "0.14.6", | ||
"version": "0.14.7", | ||
"description": "An easy to use react component for the Web Speech API.", | ||
@@ -8,5 +8,2 @@ "type": "module", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "bun i && tsc" | ||
}, | ||
"repository": { | ||
@@ -37,11 +34,10 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/SahilAggarwal2004/react-text-to-speech#readme", | ||
"homepage": "https://rtts.vercel.app/", | ||
"peerDependencies": { | ||
"react": ">=17.0.0", | ||
"react-dom": ">=17.0.0" | ||
"react": "^17.0.0 || ^18.0.0", | ||
"react-dom": "^17.0.0 || ^18.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.3.1", | ||
"@types/react-dom": "^18.3.0" | ||
"scripts": { | ||
"compile": "tsc" | ||
} | ||
} | ||
} |
@@ -433,9 +433,1 @@ # react-text-to-speech | ||
``` | ||
## Author | ||
[Sahil Aggarwal](https://www.github.com/SahilAggarwal2004) | ||
### Contributors | ||
- [Akshay Srivastava](https://github.com/akshaypx) |
0
37784
433