UNPKG

react-native-background-timer

Version:

Emit event periodically (even when app is in the background)

55 lines (54 loc) 1.29 kB
{ "name": "react-native-background-timer", "version": "2.4.1", "description": "Emit event periodically (even when app is in the background)", "keywords": [ "react-native", "background", "timer", "android", "ios" ], "main": "index.js", "scripts": { "eslint": "eslint *.js", "eslint:fix": "yarn eslint --fix", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/ocetnik/react-native-background-timer.git" }, "author": "David Ocetnik", "license": "MIT", "peerDependencies": { "react-native": ">=0.47.0" }, "devDependencies": { "@babel/core": "^7.11.6", "eslint": "^7.10.0", "eslint-config-airbnb": "^18.2.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.21.2", "eslint-plugin-react-hooks": "^4.1.2", "husky": "^4.3.0", "lint-staged": "^10.4.0", "prettier": "^2.1.2", "react": "16.13.1", "react-native": "^0.63.3" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "eslint --fix", "git add" ] } }