UNPKG

expo-background-fetch

Version:

Expo universal module for BackgroundFetch API

46 lines (45 loc) 1.18 kB
{ "name": "expo-background-fetch", "version": "14.0.7", "description": "Expo universal module for BackgroundFetch API", "main": "build/BackgroundFetch.js", "types": "build/BackgroundFetch.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", "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": "~14.0.7" }, "devDependencies": { "expo-module-scripts": "^5.0.7" }, "peerDependencies": { "expo": "*" }, "gitHead": "088e79428be97cf3ee11fc93e0e5a1fc1c8bea1e" }