react-native-davoice-tts
Version:
tts library for React Native
47 lines (46 loc) • 1.02 kB
JSON
{
"name": "react-native-davoice-tts",
"version": "1.0.254",
"description": "tts library for React Native",
"main": "tts/index.js",
"types": "tts/index.d.ts",
"expo": {
"plugins": [
"./app.plugin.js"
]
},
"files": [
"tts/",
"stt/",
"speech/",
"android/",
"ios/",
"./app.plugin.js",
"react-native.config.js",
"TTSRNBridge.podspec"
],
"react-native": {
"ios": "ios",
"android": "android"
},
"scripts": {
"build": "gradlew assembleRelease"
},
"devDependencies": {
"@types/react": ">=18.0.0",
"typescript": ">=4.0.0"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.70.0"
},
"keywords": [
"react-native tts",
"Davoice.io",
"tts",
"Test to script",
"on device elevenlabs like tts"
],
"author": "Davoice.io",
"license": "MIT"
}