{
  "name": "expo-background-fetch",
  "version": "56.0.17",
  "description": "Expo universal module for BackgroundFetch API",
  "main": "build/BackgroundFetch.js",
  "types": "build/BackgroundFetch.d.ts",
  "sideEffects": false,
  "keywords": [
    "expo",
    "react-native",
    "fetch",
    "background",
    "background-fetch"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-background-fetch"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/latest/sdk/background-fetch/",
  "dependencies": {
    "expo-task-manager": "~56.0.17"
  },
  "devDependencies": {
    "@types/node": "^22.14.0",
    "expo": "56.0.9",
    "expo-module-scripts": "56.0.3"
  },
  "peerDependencies": {
    "expo": "*"
  },
  "gitHead": "175f1e78e3444ca99ddea473faea6777a0656668",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "expo-module": "expo-module"
  }
}