UNPKG

expo-background-timer

Version:

A background timer module for Expo that allows scheduling and managing timed tasks efficiently, even when the app is in the background.

47 lines (46 loc) 1.38 kB
{ "name": "expo-background-timer", "version": "0.2.0", "description": "A background timer module for Expo that allows scheduling and managing timed tasks efficiently, even when the app is in the background.", "main": "build/index.js", "types": "build/index.d.ts", "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", "open:ios": "xed example/ios", "open:android": "open -a \"Android Studio\" example/android" }, "keywords": [ "react-native", "expo", "background-timer", "timer", "expo-background-timer", "ExpoBackgroundTimer" ], "repository": { "type": "git", "url": "git+https://github.com/dcryan/expo-background-timer.git" }, "bugs": { "url": "https://github.com/dcryan/expo-background-timer/issues" }, "author": "Daniel Ryan <d@nielryan.com> (https://github.com/dcryan)", "license": "MIT", "homepage": "https://github.com/dcryan/expo-background-timer#readme", "devDependencies": { "@types/react": "^18.0.25", "expo-module-scripts": "^3.5.2", "expo-modules-core": "^1.12.24" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" } }