{
"name": "omi-react-native-example",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android --device",
"ios": "expo run:ios --device",
"postinstall": "patch-package"
},
"dependencies": {
"@omiai/omi-react-native": "file:..",
"expo": "^50.0.0",
"expo-status-bar": "~1.11.0",
"install": "^0.13.0",
"react": "18.2.0",
"react-native": "0.73.11",
"react-native-ble-plx": "^3.1.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"patch-package": "^8.0.0",
"typescript": "^5.1.3"
},
"overrides": {
"tar": "~7.5.21",
"@xmldom/xmldom": "^0.8.13",
"postcss": "~8.5.18",
"send": "^0.19.0",
"fast-xml-parser": "^5.7.0",
"uuid": "^11.1.1",
"brace-expansion": "~5.0.8",
"js-yaml": "~4.3.0",
"shell-quote": "~1.9.0",
"@expo/image-utils": {
"semver": "^7.5.2"
}
},
"private": true
}