Files
paseo/packages/expo-two-way-audio/examples/flow-api/package.json
Mohamed Boudra ce4b0d54c7 chore: reformat codebase with oxfmt
Apply prettier-compatible formatting across the repo to match the
incoming oxfmt configuration. Mechanical reformat only — no logic
changes. Covers YAML quote normalization, package.json key sorting,
Markdown/TOML formatting, and minor TS whitespace tweaks.
2026-04-23 21:44:48 +07:00

35 lines
817 B
JSON

{
"name": "expo-two-way-audio-flow-example",
"version": "1.0.0",
"private": true,
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@speechmatics/auth": "^0.0.1",
"@speechmatics/flow-client-react": "^0.2.0",
"buffer": "^6.0.3",
"event-target-polyfill": "^0.0.4",
"expo": "^52.0.25",
"expo-build-properties": "~0.13.2",
"expo-dev-client": "~5.0.9",
"react": "18.3.1",
"react-native": "0.76.6",
"react-native-reanimated": "~3.16.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.3.12",
"typescript": "^5.1.3"
},
"expo": {
"autolinking": {
"nativeModulesDir": "../.."
}
}
}