UNPKG

@barelyreaper/background-timer

Version:

Simple react hook to run a timer in the background

45 lines (44 loc) 1 kB
{ "name": "@barelyreaper/background-timer", "version": "0.0.13", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "homepage": "https://github.com/barelyhuman/background-timer", "repository": { "type": "git", "url": "https://github.com/barelyhuman/background-timer" }, "bugs": { "url": "https://github.com/barelyhuman/background-timer/issues" }, "private": false, "scripts": { "watch": "tsc --watch", "build": "tsc" }, "license": "MIT", "peerDependencies": { "react": "^16.11.0", "react-dom": "^16.11.0" }, "devDependencies": { "typescript": "^4.1.2", "@types/node": "^14.14.10", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "prettier": "^2.2.1" }, "description": "Simple react hook to run a timer in the background", "dependencies": {}, "author": "Reaper", "keywords": [ "background-timer", "timer", "otp", "react-native", "react" ] }