expo-speech
Version:
Provides text-to-speech functionality.
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "expo-speech",
"version": "9.1.0",
"description": "Provides text-to-speech functionality.",
"main": "build/Speech.js",
"types": "build/Speech.d.ts",
"sideEffects": false,
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"keywords": [
"react-native",
"expo",
"expo-speech",
"speech",
"voice"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-speech"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.io/versions/latest/sdk/speech/",
"jest": {
"preset": "expo-module-scripts/ios"
},
"devDependencies": {
"expo-module-scripts": "^2.0.0"
},
"gitHead": "5b57d1fd0a20294c1dec7c43b5df34dd6425d1a5"
}