UNPKG

@woosmap/expo-plugin-geofencing-batch

Version:
45 lines (44 loc) 1.19 kB
{ "name": "@woosmap/expo-plugin-geofencing-batch", "version": "1.0.5", "description": "Woosmap geofencing and batch integration", "main": "build/index.js", "types": "build/index.d.ts", "sideEffects": false, "keywords": [ "react-native", "expo", "@woosmap/expo-plugin-geofencing-batch", "ExpoPluginGeofencingBatch", "Woosmap", "Geofencing" ], "repository": { "type": "git", "url": "git+https://github.com/Woosmap/geofencing-react-native-plugin.git" }, "bugs": { "url": "https://github.com/Woosmap/geofencing-react-native-plugin/issues" }, "author": "Woosmap <operations@woosmap.com> (https://www.woosmap.com/en/contact)", "license": "MIT", "homepage": "https://github.com/Woosmap/geofencing-react-native-plugin#readme", "scripts": { "build": "expo-module build", "clean": "expo-module clean" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "dependencies": {}, "devDependencies": { "@types/react": "^19.0.0", "expo-module-scripts": "^3.5.2", "expo-modules-core": "^1.12.24" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" } }