react-native-davoice 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +319 -0
- package/TTSRNBridge.podspec +38 -0
- package/android/.gradle/8.9/checksums/checksums.lock +0 -0
- package/android/.gradle/8.9/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/8.9/fileChanges/last-build.bin +0 -0
- package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/8.9/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/build.gradle +47 -0
- package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar +0 -0
- package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar.md5 +1 -0
- package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar.sha1 +1 -0
- package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.pom +38 -0
- package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.pom.md5 +1 -0
- package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.pom.sha1 +1 -0
- package/android/settings.gradle +2 -0
- package/android/src/main/AndroidManifest.xml +14 -0
- package/android/src/main/java/com/davoice/rn/DaVoicePackage.java +29 -0
- package/android/src/main/java/com/davoice/stt/rn/STTModule.kt +208 -0
- package/android/src/main/java/com/davoice/tts/rn/DaVoiceTTSBridge.java +733 -0
- package/android/src/main/libs/MyLibrary-release.aar +0 -0
- package/app.plugin.js +60 -0
- package/ios/STTRNBridge/STTBridge.h +7 -0
- package/ios/STTRNBridge/STTBridge.m +130 -0
- package/ios/SpeechBridge/SpeechBridge.h +7 -0
- package/ios/SpeechBridge/SpeechBridge.m +761 -0
- package/ios/TTSRNBridge/DaVoiceTTSBridge.h +7 -0
- package/ios/TTSRNBridge/DaVoiceTTSBridge.m +177 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/Info.plist +44 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DavoiceTTS +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +424 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Info.plist +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +13253 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +213 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +213 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/module.modulemap +4 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DavoiceTTS +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +844 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Info.plist +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +13253 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +213 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +213 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +13253 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +213 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +213 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/module.modulemap +4 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeDirectory +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeRequirements +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeResources +282 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeSignature +0 -0
- package/ios/TTSRNBridge/libphonemes.a +0 -0
- package/ios/TTSRNBridge/libucd.a +0 -0
- package/package.json +46 -0
- package/react-native.config.js +10 -0
- package/speech/index.ts +1055 -0
- package/stt/index.d.ts +54 -0
- package/stt/index.ts +222 -0
- package/tts/DaVoiceTTSBridge.d.ts +18 -0
- package/tts/DaVoiceTTSBridge.js +71 -0
- package/tts/index.d.ts +3 -0
- package/tts/index.js +4 -0
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>files</key>
|
|
6
|
+
<dict>
|
|
7
|
+
<key>Headers/DavoiceTTS-Swift.h</key>
|
|
8
|
+
<data>
|
|
9
|
+
Wnd47iPnp9pSYnLlujWYKX+SUvQ=
|
|
10
|
+
</data>
|
|
11
|
+
<key>Info.plist</key>
|
|
12
|
+
<data>
|
|
13
|
+
yBBlTMZHOfMiasG5k9BsrIHjL0o=
|
|
14
|
+
</data>
|
|
15
|
+
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
16
|
+
<data>
|
|
17
|
+
4FlPypu0VG+biOcEYl5ZwrBI6Hk=
|
|
18
|
+
</data>
|
|
19
|
+
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
20
|
+
<data>
|
|
21
|
+
H3g+1vR+xvG9K0QNV4OJpwjyoqY=
|
|
22
|
+
</data>
|
|
23
|
+
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
24
|
+
<data>
|
|
25
|
+
dsRzGzYhmnVsX7imZ9r7qYffEms=
|
|
26
|
+
</data>
|
|
27
|
+
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
28
|
+
<data>
|
|
29
|
+
H3g+1vR+xvG9K0QNV4OJpwjyoqY=
|
|
30
|
+
</data>
|
|
31
|
+
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
32
|
+
<data>
|
|
33
|
+
QcFXcUGRSR6SVUjc6xB1X4FHZI4=
|
|
34
|
+
</data>
|
|
35
|
+
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
36
|
+
<data>
|
|
37
|
+
4FlPypu0VG+biOcEYl5ZwrBI6Hk=
|
|
38
|
+
</data>
|
|
39
|
+
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
40
|
+
<data>
|
|
41
|
+
zEy3yDhrAy95S84c6uIkyFmPBaI=
|
|
42
|
+
</data>
|
|
43
|
+
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
44
|
+
<data>
|
|
45
|
+
aRWdAHTqwCV4UtzZEBrvFA6mREE=
|
|
46
|
+
</data>
|
|
47
|
+
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
48
|
+
<data>
|
|
49
|
+
zEy3yDhrAy95S84c6uIkyFmPBaI=
|
|
50
|
+
</data>
|
|
51
|
+
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
52
|
+
<data>
|
|
53
|
+
KyoYg5jrNCu+5Rw1eK1kZH6PQsk=
|
|
54
|
+
</data>
|
|
55
|
+
<key>Modules/module.modulemap</key>
|
|
56
|
+
<data>
|
|
57
|
+
msWUQ3rnN5xodJw3mAMUgtovezY=
|
|
58
|
+
</data>
|
|
59
|
+
</dict>
|
|
60
|
+
<key>files2</key>
|
|
61
|
+
<dict>
|
|
62
|
+
<key>Headers/DavoiceTTS-Swift.h</key>
|
|
63
|
+
<dict>
|
|
64
|
+
<key>hash</key>
|
|
65
|
+
<data>
|
|
66
|
+
Wnd47iPnp9pSYnLlujWYKX+SUvQ=
|
|
67
|
+
</data>
|
|
68
|
+
<key>hash2</key>
|
|
69
|
+
<data>
|
|
70
|
+
4y3CciCU+KtRJ0D8O73MxmvN7GLpyyUIQoK9znxjm9A=
|
|
71
|
+
</data>
|
|
72
|
+
</dict>
|
|
73
|
+
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
74
|
+
<dict>
|
|
75
|
+
<key>hash</key>
|
|
76
|
+
<data>
|
|
77
|
+
4FlPypu0VG+biOcEYl5ZwrBI6Hk=
|
|
78
|
+
</data>
|
|
79
|
+
<key>hash2</key>
|
|
80
|
+
<data>
|
|
81
|
+
+9x5MP/Z57/ospuus4APXJzgQr1BkOXYjqGvOYX725M=
|
|
82
|
+
</data>
|
|
83
|
+
</dict>
|
|
84
|
+
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
85
|
+
<dict>
|
|
86
|
+
<key>hash</key>
|
|
87
|
+
<data>
|
|
88
|
+
H3g+1vR+xvG9K0QNV4OJpwjyoqY=
|
|
89
|
+
</data>
|
|
90
|
+
<key>hash2</key>
|
|
91
|
+
<data>
|
|
92
|
+
4eFoIXFlklnm7tk/BFhO54RfPtwo7+5wuifE6aTs6Fw=
|
|
93
|
+
</data>
|
|
94
|
+
</dict>
|
|
95
|
+
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
96
|
+
<dict>
|
|
97
|
+
<key>hash</key>
|
|
98
|
+
<data>
|
|
99
|
+
dsRzGzYhmnVsX7imZ9r7qYffEms=
|
|
100
|
+
</data>
|
|
101
|
+
<key>hash2</key>
|
|
102
|
+
<data>
|
|
103
|
+
Xkk6OHdQnfkgfw0u+FKtEKE/5AkJOaPrvG2ZHfibx6w=
|
|
104
|
+
</data>
|
|
105
|
+
</dict>
|
|
106
|
+
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
107
|
+
<dict>
|
|
108
|
+
<key>hash</key>
|
|
109
|
+
<data>
|
|
110
|
+
H3g+1vR+xvG9K0QNV4OJpwjyoqY=
|
|
111
|
+
</data>
|
|
112
|
+
<key>hash2</key>
|
|
113
|
+
<data>
|
|
114
|
+
4eFoIXFlklnm7tk/BFhO54RfPtwo7+5wuifE6aTs6Fw=
|
|
115
|
+
</data>
|
|
116
|
+
</dict>
|
|
117
|
+
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
118
|
+
<dict>
|
|
119
|
+
<key>hash</key>
|
|
120
|
+
<data>
|
|
121
|
+
QcFXcUGRSR6SVUjc6xB1X4FHZI4=
|
|
122
|
+
</data>
|
|
123
|
+
<key>hash2</key>
|
|
124
|
+
<data>
|
|
125
|
+
a77rnPLgRkZ+FTBJZvvkGqQ21r6FIbUF2r2sde0GahQ=
|
|
126
|
+
</data>
|
|
127
|
+
</dict>
|
|
128
|
+
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
129
|
+
<dict>
|
|
130
|
+
<key>hash</key>
|
|
131
|
+
<data>
|
|
132
|
+
4FlPypu0VG+biOcEYl5ZwrBI6Hk=
|
|
133
|
+
</data>
|
|
134
|
+
<key>hash2</key>
|
|
135
|
+
<data>
|
|
136
|
+
+9x5MP/Z57/ospuus4APXJzgQr1BkOXYjqGvOYX725M=
|
|
137
|
+
</data>
|
|
138
|
+
</dict>
|
|
139
|
+
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
140
|
+
<dict>
|
|
141
|
+
<key>hash</key>
|
|
142
|
+
<data>
|
|
143
|
+
zEy3yDhrAy95S84c6uIkyFmPBaI=
|
|
144
|
+
</data>
|
|
145
|
+
<key>hash2</key>
|
|
146
|
+
<data>
|
|
147
|
+
bHhLJ6taRPDBuZvnjYTRQ6GTi1OR4HADSZvAM9lP9Ag=
|
|
148
|
+
</data>
|
|
149
|
+
</dict>
|
|
150
|
+
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
151
|
+
<dict>
|
|
152
|
+
<key>hash</key>
|
|
153
|
+
<data>
|
|
154
|
+
aRWdAHTqwCV4UtzZEBrvFA6mREE=
|
|
155
|
+
</data>
|
|
156
|
+
<key>hash2</key>
|
|
157
|
+
<data>
|
|
158
|
+
oMR6/jYNVqaC5ju5pD4ASHkp0qWqH1hWxnCle+O+/X0=
|
|
159
|
+
</data>
|
|
160
|
+
</dict>
|
|
161
|
+
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
162
|
+
<dict>
|
|
163
|
+
<key>hash</key>
|
|
164
|
+
<data>
|
|
165
|
+
zEy3yDhrAy95S84c6uIkyFmPBaI=
|
|
166
|
+
</data>
|
|
167
|
+
<key>hash2</key>
|
|
168
|
+
<data>
|
|
169
|
+
bHhLJ6taRPDBuZvnjYTRQ6GTi1OR4HADSZvAM9lP9Ag=
|
|
170
|
+
</data>
|
|
171
|
+
</dict>
|
|
172
|
+
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
173
|
+
<dict>
|
|
174
|
+
<key>hash</key>
|
|
175
|
+
<data>
|
|
176
|
+
KyoYg5jrNCu+5Rw1eK1kZH6PQsk=
|
|
177
|
+
</data>
|
|
178
|
+
<key>hash2</key>
|
|
179
|
+
<data>
|
|
180
|
+
EJ8krQDh1j/mdPJ6OHBl9Eap2gGpxu6PGdpuoXw6HMs=
|
|
181
|
+
</data>
|
|
182
|
+
</dict>
|
|
183
|
+
<key>Modules/module.modulemap</key>
|
|
184
|
+
<dict>
|
|
185
|
+
<key>hash</key>
|
|
186
|
+
<data>
|
|
187
|
+
msWUQ3rnN5xodJw3mAMUgtovezY=
|
|
188
|
+
</data>
|
|
189
|
+
<key>hash2</key>
|
|
190
|
+
<data>
|
|
191
|
+
X8EMB/Z5Eqzgc2iqyzdMRmISxoFtSrIHi+n3BM3d71E=
|
|
192
|
+
</data>
|
|
193
|
+
</dict>
|
|
194
|
+
</dict>
|
|
195
|
+
<key>rules</key>
|
|
196
|
+
<dict>
|
|
197
|
+
<key>^.*</key>
|
|
198
|
+
<true/>
|
|
199
|
+
<key>^.*\.lproj/</key>
|
|
200
|
+
<dict>
|
|
201
|
+
<key>optional</key>
|
|
202
|
+
<true/>
|
|
203
|
+
<key>weight</key>
|
|
204
|
+
<real>1000</real>
|
|
205
|
+
</dict>
|
|
206
|
+
<key>^.*\.lproj/locversion.plist$</key>
|
|
207
|
+
<dict>
|
|
208
|
+
<key>omit</key>
|
|
209
|
+
<true/>
|
|
210
|
+
<key>weight</key>
|
|
211
|
+
<real>1100</real>
|
|
212
|
+
</dict>
|
|
213
|
+
<key>^Base\.lproj/</key>
|
|
214
|
+
<dict>
|
|
215
|
+
<key>weight</key>
|
|
216
|
+
<real>1010</real>
|
|
217
|
+
</dict>
|
|
218
|
+
<key>^version.plist$</key>
|
|
219
|
+
<true/>
|
|
220
|
+
</dict>
|
|
221
|
+
<key>rules2</key>
|
|
222
|
+
<dict>
|
|
223
|
+
<key>.*\.dSYM($|/)</key>
|
|
224
|
+
<dict>
|
|
225
|
+
<key>weight</key>
|
|
226
|
+
<real>11</real>
|
|
227
|
+
</dict>
|
|
228
|
+
<key>^(.*/)?\.DS_Store$</key>
|
|
229
|
+
<dict>
|
|
230
|
+
<key>omit</key>
|
|
231
|
+
<true/>
|
|
232
|
+
<key>weight</key>
|
|
233
|
+
<real>2000</real>
|
|
234
|
+
</dict>
|
|
235
|
+
<key>^.*</key>
|
|
236
|
+
<true/>
|
|
237
|
+
<key>^.*\.lproj/</key>
|
|
238
|
+
<dict>
|
|
239
|
+
<key>optional</key>
|
|
240
|
+
<true/>
|
|
241
|
+
<key>weight</key>
|
|
242
|
+
<real>1000</real>
|
|
243
|
+
</dict>
|
|
244
|
+
<key>^.*\.lproj/locversion.plist$</key>
|
|
245
|
+
<dict>
|
|
246
|
+
<key>omit</key>
|
|
247
|
+
<true/>
|
|
248
|
+
<key>weight</key>
|
|
249
|
+
<real>1100</real>
|
|
250
|
+
</dict>
|
|
251
|
+
<key>^Base\.lproj/</key>
|
|
252
|
+
<dict>
|
|
253
|
+
<key>weight</key>
|
|
254
|
+
<real>1010</real>
|
|
255
|
+
</dict>
|
|
256
|
+
<key>^Info\.plist$</key>
|
|
257
|
+
<dict>
|
|
258
|
+
<key>omit</key>
|
|
259
|
+
<true/>
|
|
260
|
+
<key>weight</key>
|
|
261
|
+
<real>20</real>
|
|
262
|
+
</dict>
|
|
263
|
+
<key>^PkgInfo$</key>
|
|
264
|
+
<dict>
|
|
265
|
+
<key>omit</key>
|
|
266
|
+
<true/>
|
|
267
|
+
<key>weight</key>
|
|
268
|
+
<real>20</real>
|
|
269
|
+
</dict>
|
|
270
|
+
<key>^embedded\.provisionprofile$</key>
|
|
271
|
+
<dict>
|
|
272
|
+
<key>weight</key>
|
|
273
|
+
<real>20</real>
|
|
274
|
+
</dict>
|
|
275
|
+
<key>^version\.plist$</key>
|
|
276
|
+
<dict>
|
|
277
|
+
<key>weight</key>
|
|
278
|
+
<real>20</real>
|
|
279
|
+
</dict>
|
|
280
|
+
</dict>
|
|
281
|
+
</dict>
|
|
282
|
+
</plist>
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "react-native-davoice",
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"description": "tts library for React Native",
|
|
5
|
+
"main": "tts/index.js",
|
|
6
|
+
"types": "tts/index.d.ts",
|
|
7
|
+
"expo": {
|
|
8
|
+
"plugins": [
|
|
9
|
+
"./app.plugin.js"
|
|
10
|
+
]
|
|
11
|
+
},
|
|
12
|
+
"files": [
|
|
13
|
+
"tts/",
|
|
14
|
+
"stt/",
|
|
15
|
+
"speech/",
|
|
16
|
+
"android/",
|
|
17
|
+
"ios/",
|
|
18
|
+
"./app.plugin.js",
|
|
19
|
+
"react-native.config.js",
|
|
20
|
+
"TTSRNBridge.podspec"
|
|
21
|
+
],
|
|
22
|
+
"react-native": {
|
|
23
|
+
"ios": "ios",
|
|
24
|
+
"android": "android"
|
|
25
|
+
},
|
|
26
|
+
"scripts": {
|
|
27
|
+
"build": "gradlew assembleRelease"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@types/react": ">=18.0.0",
|
|
31
|
+
"typescript": ">=4.0.0"
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"react": ">=18.0.0",
|
|
35
|
+
"react-native": ">=0.70.0"
|
|
36
|
+
},
|
|
37
|
+
"keywords": [
|
|
38
|
+
"react-native tts",
|
|
39
|
+
"Davoice.io",
|
|
40
|
+
"tts",
|
|
41
|
+
"Test to script",
|
|
42
|
+
"on device elevenlabs like tts"
|
|
43
|
+
],
|
|
44
|
+
"author": "Davoice.io",
|
|
45
|
+
"license": "MIT"
|
|
46
|
+
}
|