UNPKG

1.05 kBJSONView Raw
1{
2 "name": "expo-speech",
3 "version": "5.0.2",
4 "description": "Provides text-to-speech functionality.",
5 "main": "build/Speech.js",
6 "types": "build/Speech.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "build": "expo-module build",
10 "clean": "expo-module clean",
11 "test": "expo-module test",
12 "prepare": "expo-module prepare",
13 "prepublishOnly": "expo-module prepublishOnly",
14 "expo-module": "expo-module"
15 },
16 "keywords": [
17 "react-native",
18 "expo",
19 "expo-speech",
20 "speech",
21 "voice"
22 ],
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/expo/expo.git"
26 },
27 "bugs": {
28 "url": "https://github.com/expo/expo/issues"
29 },
30 "author": "650 Industries, Inc.",
31 "license": "MIT",
32 "homepage": "https://docs.expo.io/versions/latest/sdk/speech/",
33 "jest": {
34 "preset": "expo-module-scripts"
35 },
36 "unimodulePeerDependencies": {
37 "@unimodules/core": "*"
38 },
39 "devDependencies": {
40 "expo-module-scripts": "^1.0.0"
41 },
42 "gitHead": "f213c9be2a909dae42a0a27d8aa4b9eac8e97be1"
43}