UNPKG

react-native-davoice-tts

Version:

tts library for React Native

45 lines (44 loc) 970 B
{ "name": "react-native-davoice-tts", "version": "1.0.9", "description": "tts library for React Native", "main": "tts/index.js", "types": "tts/index.d.ts", "expo": { "plugins": [ "./app.plugin.js" ] }, "files": [ "tts/", "android/", "ios/", "phonemes_dir", "./app.plugin.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" }