UNPKG

focusflick

Version:

📈 Focus Flick: Plug-and-play web analytics for user focus, scroll, blur, click, and behavior tracking

42 lines (41 loc) • 773 B
{ "name": "focusflick", "version": "1.0.9", "description": "📈 Focus Flick: Plug-and-play web analytics for user focus, scroll, blur, click, and behavior tracking", "main": "index.js", "bin": { "focusflick": "./cli.js" }, "files": [ "focusflick.min.js", "focusflick.core.js", "cli.js", "index.js" ], "keywords": [ "analytics", "user-tracking", "focus", "blur", "heatmap", "scroll-depth", "session-tracking", "sdk", "cli", "focusflick" ], "license": "MIT", "type": "module", "scripts": { "start": "node cli.js" }, "engines": { "node": ">=14.0.0" }, "dependencies": { "chalk": "^5.3.0", "dotenv": "^16.0.3", "node-fetch": "^2.6.9", "open": "^9.0.0" } }