UNPKG

node-global-listener

Version:

A lightweight and efficient Node.js package for capturing global keyboard and mouse events, supporting key presses, mouse movements, input simulation, and background operation.

38 lines (37 loc) 1.02 kB
{ "name": "node-global-listener", "version": "2.1.1", "description": "A lightweight and efficient Node.js package for capturing global keyboard and mouse events, supporting key presses, mouse movements, input simulation, and background operation.", "main": "build/index.js", "scripts": { "dev": "nodemon ./src/test.ts", "npm-push": "npm run build && npm publish", "build": "npm run copy && tsc", "copy": "cpx \"src/**/!(*.ts)\" build/ --clean", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "@types/node": "^22.13.10", "cpx": "^1.5.0", "nodemon": "^3.1.9", "ts-node": "^10.9.2", "typescript": "^5.8.2" }, "author": "avinashtare", "license": "MIT", "keywords": [ "keyboard", "keywatcher", "global-key-listener", "key-events", "node-keyboard", "node-events", "keyboard-hook", "keypress", "global-keyboard-listener", "key-detection", "typescript", "nodejs", "event-listener" ] }