UNPKG

expo-task-manager

Version:

Expo module that provides support for tasks that can run in the background.

46 lines 1.17 kB
{ "name": "expo-task-manager", "version": "57.0.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, "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": "~57.0.1" }, "devDependencies": { "@types/node": "^22.14.0", "expo-module-scripts": "56.0.3", "expo": "57.0.8" }, "peerDependencies": { "expo": "*", "react-native": "*" }, "gitHead": "a4789f1e53353f4929b0baddcfe5a7c622b99c71", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "expo-module": "expo-module" } }