expo-edge-speech
Version:
Text-to-speech library for Expo using Microsoft Edge TTS service
75 lines (74 loc) • 1.86 kB
JSON
{
"name": "expo-edge-speech",
"version": "0.1.1",
"description": "Text-to-speech library for Expo using Microsoft Edge TTS service",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepublish": "npm run build",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "expo lint",
"android": "expo run:android",
"ios": "expo run:ios"
},
"keywords": [
"expo",
"tts",
"text-to-speech",
"speech",
"microsoft",
"edge",
"multilingual"
],
"repository": "https://github.com/oovz/expo-edge-speech",
"bugs": {
"url": "https://github.com/oovz/expo-edge-speech/issues"
},
"author": "Otaro <9078877+oovz@users.noreply.github.com> (https://github.com/oovz)",
"license": "MIT",
"homepage": "https://github.com/oovz/expo-edge-speech#readme",
"peerDependencies": {
"expo": "~52.0.46",
"react": "~18.3.1",
"react-native": "~0.76.9"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/react": "~18.3.12",
"@types/react-native": "^0.73.0",
"eslint": "^8.57.0",
"eslint-config-expo": "~8.0.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.0",
"expo": "~52.0.46",
"expo-speech": "~13.0.1",
"jest": "~29.7.0",
"jest-expo": "~52.0.6",
"prettier": "^3.5.3",
"react": "~18.3.1",
"react-native": "~0.76.9",
"typescript": "^5.3.3"
},
"dependencies": {
"expo": "~52.0.47",
"expo-av": "~15.0.2",
"expo-crypto": "~14.0.2",
"expo-file-system": "~18.0.4",
"react": "18.3.1",
"react-native": "0.76.9"
},
"resolutions": {
"react-native": "0.76.9"
},
"packageManager": "yarn@4.9.1",
"workspaces": [
"example-app"
]
}