Files
expo-ble-app-demo/ble/package.json
2025-12-10 10:29:50 +08:00

44 lines
866 B
JSON

{
"name": "@loomart/react-native-ble-protocol",
"version": "1.0.0",
"description": "React Native BLE communication protocol library for LoomArt devices",
"main": "index.ts",
"types": "index.ts",
"scripts": {
"build": "tsc",
"test": "jest"
},
"keywords": [
"react-native",
"ble",
"bluetooth",
"protocol",
"loomart"
],
"author": "Bowong",
"license": "MIT",
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.70.0"
},
"dependencies": {
"react-native-ble-plx": "^3.5.0",
"buffer": "^6.0.3"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-native": "^0.70.0",
"@types/crypto-js": "^4.1.1",
"typescript": "^4.8.0",
"jest": "^29.0.0"
},
"files": [
"index.ts",
"manager/",
"utils/",
"hooks/",
"types/",
"README.md"
]
}