{
  "name": "expo-background-task",
  "version": "0.2.7",
  "description": "Expo Android and iOS module for Background Task APIs",
  "main": "build/BackgroundTask.js",
  "types": "build/BackgroundTask.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module"
  },
  "keywords": [
    "expo",
    "react-native",
    "background",
    "background-task"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-background-task"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/latest/sdk/background-task/",
  "dependencies": {
    "expo-task-manager": "~13.1.5"
  },
  "devDependencies": {
    "expo-module-scripts": "^4.1.7"
  },
  "peerDependencies": {
    "expo": "*"
  },
  "gitHead": "49c9d53cf0a9fc8179d1c8f5268beadd141f70ca"
}
