forked from yudi_xiao/expo-ble-app-demo
46 lines
905 B
JSON
46 lines
905 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",
|
|
"clean": "rimraf lib"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"ble",
|
|
"bluetooth",
|
|
"protocol",
|
|
"loomart",
|
|
"expo"
|
|
],
|
|
"author": "Bowong",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"react-native-ble-plx": "*",
|
|
"expo-file-system": "*",
|
|
"expo-image-picker": "*",
|
|
"expo-image-manipulator": "*"
|
|
},
|
|
"dependencies": {
|
|
"buffer": "^5.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-native": "^0.80.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"files": [
|
|
"core",
|
|
"hooks",
|
|
"protocol",
|
|
"services",
|
|
"index.ts",
|
|
"package.json"
|
|
]
|
|
}
|