{
  "name": "react-native-geolocation-pro",
  "version": "0.1.1",
  "description": "Production-grade React Native fitness GPS — background tracking, geofencing, schedules, HTTP sync, native SQLite. MIT alternative to Transistorsoft.",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "sideEffects": false,
  "react-native": "src/index.ts",
  "source": "src/index.ts",
  "exports": {
    ".": {
      "react-native": "./src/index.ts",
      "import": "./lib/module/index.js",
      "require": "./lib/commonjs/index.js",
      "types": "./lib/typescript/index.d.ts"
    },
    "./core": {
      "react-native": "./src/subsystems/core.ts",
      "import": "./lib/module/subsystems/core.js",
      "require": "./lib/commonjs/subsystems/core.js",
      "types": "./lib/typescript/subsystems/core.d.ts"
    },
    "./geolocation": {
      "react-native": "./src/subsystems/geolocation.ts",
      "import": "./lib/module/subsystems/geolocation.js",
      "require": "./lib/commonjs/subsystems/geolocation.js",
      "types": "./lib/typescript/subsystems/geolocation.d.ts"
    },
    "./pedometer": {
      "react-native": "./src/subsystems/pedometer.ts",
      "import": "./lib/module/subsystems/pedometer.js",
      "require": "./lib/commonjs/subsystems/pedometer.js",
      "types": "./lib/typescript/subsystems/pedometer.d.ts"
    },
    "./geofence": {
      "react-native": "./src/subsystems/geofence.ts",
      "import": "./lib/module/subsystems/geofence.js",
      "require": "./lib/commonjs/subsystems/geofence.js",
      "types": "./lib/typescript/subsystems/geofence.d.ts"
    },
    "./activity": {
      "react-native": "./src/subsystems/activity.ts",
      "import": "./lib/module/subsystems/activity.js",
      "require": "./lib/commonjs/subsystems/activity.js",
      "types": "./lib/typescript/subsystems/activity.d.ts"
    },
    "./sync": {
      "react-native": "./src/subsystems/sync.ts",
      "import": "./lib/module/subsystems/sync.js",
      "require": "./lib/commonjs/subsystems/sync.js",
      "types": "./lib/typescript/subsystems/sync.d.ts"
    },
    "./diagnostics": {
      "react-native": "./src/subsystems/diagnostics.ts",
      "import": "./lib/module/subsystems/diagnostics.js",
      "require": "./lib/commonjs/subsystems/diagnostics.js",
      "types": "./lib/typescript/subsystems/diagnostics.d.ts"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "src",
    "lib",
    "ios",
    "android",
    "docs",
    "scripts",
    "react-native.config.js",
    "GeolocationPro.podspec",
    "AGENTS.md",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!android/.gradle",
    "!android/build"
  ],
  "scripts": {
    "prepare": "node scripts/ensure-lib.js",
    "prepublishOnly": "yarn bob build",
    "typescript": "tsc --noEmit",
    "verify-setup": "node scripts/verify-setup.js",
    "test": "node scripts/run-ai-tests.js",
    "test:unit": "jest",
    "test:patterns": "node scripts/run-ai-tests.js --verbose",
    "test:all": "yarn test:unit && yarn test:patterns",
    "replay": "node scripts/replay.js __fixtures__/replay/short_walk.json"
  },
  "keywords": [
    "react-native",
    "react-native-geolocation",
    "react-native-fitness",
    "react-native-gps",
    "react-native-background-geolocation",
    "background-location",
    "fitness-tracking",
    "activity-tracking",
    "gps-tracker",
    "workout-tracker",
    "running-app",
    "cycling-app",
    "corelocation",
    "sqlite",
    "native-module"
  ],
  "author": "Arslan Khan (https://github.com/Arslankhan9000)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Arslankhan9000/react-native-geolocation-pro.git"
  },
  "bugs": {
    "url": "https://github.com/Arslankhan9000/react-native-geolocation-pro/issues"
  },
  "homepage": "https://github.com/Arslankhan9000/react-native-geolocation-pro#readme",
  "bin": "scripts/verify-setup.js",
  "peerDependencies": {
    "react": "*",
    "react-native": ">=0.76.0"
  },
  "codegenConfig": {
    "name": "GeolocationProSpec",
    "type": "modules",
    "jsSrcsDir": "src/native",
    "outputDir": {
      "ios": "ios/generated",
      "android": "android/generated"
    },
    "android": {
      "javaPackageName": "com.fitnessgeolocation"
    }
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "jest": "^29.7.0",
    "react": "19.0.0",
    "react-native": "0.79.7",
    "react-native-builder-bob": "^0.40.6",
    "ts-jest": "^29.2.5",
    "typescript": "^5.0.4"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript",
      "codegen"
    ]
  },
  "packageManager": "yarn@4.15.0+sha512.07ec708ac11e2eaa4ea2b04cfbb272812f7e74a753f1595eaef4486c663a98306a30cca3e6fc40f7a0b168dcfb3a2490b6a5e0501e20fb69cc36f563dd161c53"
}
