expo-ble模块测试demo 联调BLE模块 take 2
This commit is contained in:
@@ -5,36 +5,41 @@
|
||||
"main": "index.ts",
|
||||
"types": "index.ts",
|
||||
"scripts": {
|
||||
"build": "tsc"
|
||||
"build": "tsc",
|
||||
"clean": "rimraf lib"
|
||||
},
|
||||
"keywords": [
|
||||
"react-native",
|
||||
"ble",
|
||||
"bluetooth",
|
||||
"protocol",
|
||||
"loomart"
|
||||
"loomart",
|
||||
"expo"
|
||||
],
|
||||
"author": "Bowong",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": ">=18.0.0",
|
||||
"react-native": ">=0.70.0"
|
||||
"react": "*",
|
||||
"react-native": "*",
|
||||
"react-native-ble-plx": "*",
|
||||
"expo-file-system": "*",
|
||||
"expo-image-picker": "*",
|
||||
"expo-image-manipulator": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
"react-native-ble-plx": "^3.5.0",
|
||||
"buffer": "^5.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-native": "^0.73.0",
|
||||
"typescript": "^5.9.0"
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-native": "^0.70.0",
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"files": [
|
||||
"core",
|
||||
"hooks",
|
||||
"protocol",
|
||||
"services",
|
||||
"index.ts",
|
||||
"manager/",
|
||||
"utils/",
|
||||
"hooks/",
|
||||
"types/",
|
||||
"README.md"
|
||||
"package.json"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user