UNPKG

page-tracker-logger

Version:

A lightweight client-side JavaScript utility to track user behavior like clicks, tab switches, typing, idle time, and more.

24 lines (23 loc) 557 B
{ "name": "page-tracker-logger", "version": "1.0.2", "description": "A lightweight client-side JavaScript utility to track user behavior like clicks, tab switches, typing, idle time, and more.", "type": "module", "main": "index.js", "exports": { "import": "./index.js" }, "keywords": [ "page-tracker", "analytics", "user-tracking", "frontend-logger", "session-tracker", "client-activity" ], "author": "Mithun Kumar", "license": "MIT", "scripts": { "test": "echo \"No test specified\" && exit 0" } }