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.

15 lines (14 loc) 390 B
{ "compilerOptions": { "target": "ES6", "module": "CommonJS", "outDir": "build", "rootDir": "src", "strict": true, "esModuleInterop": true, "resolveJsonModule": true, "removeComments": true }, "include": ["src"], "exclude": ["node_modules", "build"] }