UNPKG

idle-manager-js

Version:

Detect user inactivity and track active state with ease.

42 lines (41 loc) 1.08 kB
{ "name": "idle-manager-js", "version": "1.2.4", "description": "Detect user inactivity and track active state with ease.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc && babel dist --out-dir dist" }, "repository": { "type": "git", "url": "git+https://github.com/vlad-js-love/idle-manager-js.git" }, "keywords": [ "idle", "user-activity", "afk", "screen-activity", "inactivity", "idle-tracker", "user-idle", "session-timeout", "activity-monitor" ], "author": "Vladyslav Kravchenko", "license": "MIT", "bugs": { "url": "https://github.com/vlad-js-love/idle-manager-js/issues" }, "homepage": "https://github.com/vlad-js-love/idle-manager-js#readme", "devDependencies": { "@babel/cli": "^7.27.0", "@babel/core": "^7.26.10", "@babel/plugin-transform-runtime": "^7.26.10", "@babel/preset-env": "^7.26.9", "@babel/preset-typescript": "^7.27.0", "@types/node": "^22.13.14", "babel-loader": "^10.0.0", "typescript": "^5.8.2" } }