UNPKG

1.28 kBJSONView Raw
1{
2 "name": "expo-task-manager",
3 "version": "8.2.0",
4 "description": "Expo module that provides support for tasks that can run in the background.",
5 "main": "build/TaskManager.js",
6 "types": "build/TaskManager.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 "task-manager",
21 "task",
22 "background"
23 ],
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/expo/expo.git",
27 "directory": "packages/expo-task-manager"
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/task-manager/",
35 "dependencies": {
36 "unimodules-app-loader": "~1.1.0"
37 },
38 "unimodulePeerDependencies": {
39 "@unimodules/core": "*",
40 "unimodules-app-loader": "*",
41 "unimodules-task-manager-interface": "*"
42 },
43 "devDependencies": {
44 "expo-module-scripts": "~1.2.0"
45 },
46 "gitHead": "dfc7fdb9aee4ef6fa10a9693e3d0935a2d500ae2"
47}