expo-background-task
Version:
Expo Android and iOS module for Background Task APIs
45 lines (44 loc) • 1.16 kB
JSON
{
"name": "expo-background-task",
"version": "0.2.8",
"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.6"
},
"devDependencies": {
"expo-module-scripts": "^4.1.8"
},
"peerDependencies": {
"expo": "*"
},
"gitHead": "9731a6191dcab84e9c3a24492bbe70c56d6f5cc3"
}