{ "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" }, "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.2", "react-native-ble-plx": "^3.1.2" }, "devDependencies": { "@babel/core": "^7.20.0", "@types/react": "~18.2.45", "typescript": "^5.1.3" }, "private": true }