{
  "name": "react-native-background-geolocation",
  "version": "4.18.8",
  "description": "The most sophisticated cross-platform background location-tracking & geofencing module with battery-conscious motion-detection intelligence",
  "scripts": {
    "build": "yarn run build:expo",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build:expo": "rimraf expo/plugin/build && tsc --build ./expo/plugin"
  },
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/transistorsoft/react-native-background-geolocation.git"
  },
  "keywords": [
    "react-native",
    "react-component",
    "ios",
    "android",
    "background",
    "geolocation",
    "tracking",
    "geofence",
    "geofencing"
  ],
  "author": "Chris Scott <chris@transistorsoft.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/transistorsoft/react-native-background-geolocation/issues"
  },
  "homepage": "https://www.transistorsoft.com/shop/products/react-native-background-geolocation",
  "dependencies": {
    "react-native-background-fetch": "~4.2.6"
  },
  "devDependencies": {
    "@expo/config-plugins": "^4.1.0",
    "@transistorsoft/typedoc-theme": "^2.0.9",
    "@types/node": "^18.11.5",
    "chalk": "^4.1.0",
    "fs-extra": "^9.1.0",
    "path": "^0.12.7",
    "rimraf": "^3.0.2",
    "typescript": "^4.6.2"
  }
}
