UNPKG

1.25 kBJSONView Raw
1{
2 "name": "expo-background-fetch",
3 "version": "7.0.0-rc.0",
4 "description": "Expo universal module for BackgroundFetch API",
5 "main": "build/BackgroundFetch.js",
6 "types": "build/BackgroundFetch.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "build": "expo-module build",
10 "clean": "expo-module clean",
11 "lint": "expo-module lint",
12 "test": "expo-module test",
13 "prepare": "expo-module prepare",
14 "prepublishOnly": "expo-module prepublishOnly",
15 "expo-module": "expo-module"
16 },
17 "keywords": [
18 "expo",
19 "react-native",
20 "fetch",
21 "background",
22 "background-fetch"
23 ],
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/expo/expo.git",
27 "directory": "packages/expo-background-fetch"
28 },
29 "bugs": {
30 "url": "https://github.com/expo/expo/issues"
31 },
32 "author": "650 Industries, Inc.",
33 "license": "MIT",
34 "homepage": "https://docs.expo.io/versions/latest/sdk/background-fetch/",
35 "unimodulePeerDependencies": {
36 "@unimodules/core": "*",
37 "unimodules-task-manager-interface": "*"
38 },
39 "dependencies": {
40 "expo-task-manager": "~7.0.0-rc.0"
41 },
42 "devDependencies": {
43 "expo-module-scripts": "~1.1.1-rc.0"
44 },
45 "gitHead": "5d4fcf318390f59cecd1ae5d191afb15488a4447"
46}
\No newline at end of file