UNPKG

mouse-hooks

Version:

Global mouse events listener for Node.js

49 lines (48 loc) 1.08 kB
{ "name": "mouse-hooks", "version": "0.4.1", "description": "Global mouse events listener for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "watch": "tsc --watch", "rebuild": "node-gyp rebuild", "prepublishOnly": "npm run build", "install": "npm run rebuild" }, "repository": { "type": "git", "url": "git+https://github.com/sentialx/mouse-hooks.git" }, "keywords": [ "mouse-hooks", "native", "macos", "linux", "windows" ], "author": "sentialx", "license": "MIT", "bugs": { "url": "https://github.com/sentialx/mouse-hooks/issues" }, "homepage": "https://github.com/sentialx/mouse-hooks#readme", "dependencies": { "bindings": "1.5.0", "node-gyp": "5.0.2", "node-addon-api": "1.6.3" }, "files": [ "mouse.js", "lib/", "dist/", "binding.gyp", "install.js" ], "devDependencies": { "tslint": "5.18.0", "@types/node": "12.6.2", "typescript": "3.5.3" } }