react-native-gtts-lite
Version:
🎙️ Lightweight Google Translate TTS for React Native CLI using react-native-fs and react-native-sound.
27 lines (26 loc) • 606 B
JSON
{
"name": "react-native-gtts-lite",
"version": "1.0.007",
"description": "🎙️ Lightweight Google Translate TTS for React Native CLI using react-native-fs and react-native-sound.",
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"react-native",
"gtts",
"tts",
"text-to-speech",
"google-tts",
"sound"
],
"author": "Lokanath Nayak",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"buffer": "^6.0.3",
"react-native-fs": "^2.20.0",
"react-native-sound": "^0.11.2"
},
"peerDependencies": {
"react-native": ">=0.68.0"
}
}