{
  "name": "@ikolvi/tracelet",
  "version": "0.1.0-alpha.1",
  "description": "Production-grade background geolocation for React Native. Battery-conscious motion-detection, geofencing, SQLite persistence, HTTP sync, and headless execution.",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index.tsx",
  "source": "src/index.tsx",
  "license": "Apache-2.0",
  "homepage": "https://github.com/Ikolvi/Tracelet",
  "repository": {
    "type": "git",
    "url": "https://github.com/Ikolvi/Tracelet.git",
    "directory": "packages/tracelet_react_native"
  },
  "keywords": [
    "react-native",
    "background-geolocation",
    "location",
    "geofencing",
    "tracking",
    "gps",
    "battery",
    "tracelet"
  ],
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "react-native.config.js",
    "*.podspec",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!lib/typescript/__tests__"
  ],
  "scripts": {
    "build": "bob build",
    "lint": "eslint \"src/**/*.{ts,tsx}\"",
    "typecheck": "tsc --noEmit",
    "test": "jest",
    "clean": "del-cli lib",
    "changeset": "changeset",
    "version": "changeset version",
    "release": "npm run build && changeset publish",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.73.0"
  },
  "devDependencies": {
    "@changesets/cli": "^2.27.0",
    "@types/jest": "^30.0.0",
    "@types/react": "^18.3.0",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "del-cli": "^6.0.0",
    "eslint": "^9.0.0",
    "jest": "^29.7.0",
    "react": "^18.3.0",
    "react-native": "^0.76.0",
    "react-native-builder-bob": "^0.35.0",
    "ts-jest": "^29.2.0",
    "typescript": "^5.5.0"
  },
  "codegenConfig": {
    "name": "TraceletReactNativeSpec",
    "type": "modules",
    "jsSrcsDir": "src",
    "android": {
      "javaPackageName": "com.tracelet.reactnative"
    }
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "commonjs",
        {
          "copyFlow": false
        }
      ],
      [
        "module",
        {
          "copyFlow": false
        }
      ],
      "typescript"
    ]
  }
}
