Files
duooomi-ble-sdk/package.json
2026-04-08 15:36:13 +08:00

32 lines
812 B
JSON

{
"name": "duooomi-ble-sdk",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"build:ios": "npx expo-brownfield build:ios",
"build:android": "npx expo-brownfield build:android",
"lint": "expo lint"
},
"dependencies": {
"buffer": "^6.0.3",
"expo": "~55.0.9",
"expo-brownfield": "~55.0.16",
"expo-router": "~55.0.8",
"react": "19.2.0",
"react-native": "0.83.4",
"react-native-ble-plx": "^3.5.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@react-native-community/cli": "^20.1.3",
"@types/react": "~19.2.2",
"typescript": "~5.9.2"
},
"private": true
}