expo-task-manager
Version:
Expo module that provides support for tasks that can run in the background.
47 lines (46 loc) • 1.21 kB
JSON
{
"name": "expo-task-manager",
"version": "13.1.6",
"description": "Expo module that provides support for tasks that can run in the background.",
"main": "build/TaskManager.js",
"types": "build/TaskManager.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",
"task-manager",
"task",
"background"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-task-manager"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/task-manager/",
"dependencies": {
"unimodules-app-loader": "~5.1.3"
},
"devDependencies": {
"expo-module-scripts": "^4.1.8"
},
"peerDependencies": {
"expo": "*",
"react-native": "*"
},
"gitHead": "9731a6191dcab84e9c3a24492bbe70c56d6f5cc3"
}