{
  "name": "react-native-background-fetch",
  "version": "4.4.2",
  "description": "iOS & Android BackgroundFetch API implementation for React Native",
  "scripts": {
    "build": "yarn run build:expo",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build:expo": "rimraf expo/plugin/build && tsc --build ./expo/plugin"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/transistorsoft/react-native-background-fetch.git"
  },
  "keywords": [
    "react-native",
    "react-component",
    "ios",
    "background",
    "fetch"
  ],
  "author": "Chris Scott, Transistor Software <chris@transistorsoft.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/transistorsoft/react-native-background-fetch/issues"
  },
  "homepage": "https://transistorsoft.github.io/react-native-background-fetch",
  "main": "index.js",
  "types": "index.d.ts",
  "codegenConfig": {
    "name": "RNBackgroundFetchSpec",
    "type": "modules",
    "jsSrcsDir": "src"
  },
  "dependencies": {
    "@transistorsoft/background-fetch-types": "^1.0.0"
  },
  "peerDependencies": {
    "@expo/config-plugins": ">=10.0.0"
  },
  "peerDependenciesMeta": {
    "@expo/config-plugins": {
      "optional": true
    }
  },
  "devDependencies": {
    "@expo/config-plugins": "^55.0.8",
    "rimraf": "^3.0.2",
    "typescript": "^4.6.2"
  }
}
