UNPKG

expo-react-native-ibeacon

Version:
44 lines (43 loc) 1.24 kB
{ "name": "expo-react-native-ibeacon", "version": "0.0.1", "description": "IBeacon module for Expo and React Native", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module", "open:ios": "xed example/ios", "open:android": "open -a \"Android Studio\" example/android" }, "keywords": [ "react-native", "expo", "expo-react-native-ibeacon", "ExpoReactNativeIbeacon" ], "repository": "https://github.com/gurkanminaz/expo-react-native-ibeacon.git", "bugs": { "url": "https://github.com/gurkanminaz/expo-react-native-ibeacon.git/issues" }, "author": "Gurkan Minaz", "license": "MIT", "homepage": "https://github.com/gurkanminaz/expo-react-native-ibeacon.git#readme", "dependencies": {}, "devDependencies": { "@types/react": "~19.0.0", "expo-module-scripts": "^4.1.6", "expo": "~53.0.0", "react-native": "0.79.1" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" } }