UNPKG

react-native-bluetooth-cache-manager

Version:

A React Native module to refresh Bluetooth GATT cache

32 lines (31 loc) 704 B
{ "name": "react-native-bluetooth-cache-manager", "version": "1.0.1-beta.5", "description": "A React Native module to refresh Bluetooth GATT cache", "main": "lib/index.js", "types": "lib/index.d.ts", "react-native": "src/index.ts", "repository": { "type": "git", "url": "https://github.com/mc6ril/gattcacherefresh.git" }, "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react-native", "bluetooth", "gatt", "cache", "android" ], "author": "Cyril Lesot", "license": "MIT", "peerDependencies": { "react-native": ">=0.60.0" }, "devDependencies": { "typescript": "^5.0.0" } }