UNPKG

@jannchie/uiohook-napi

Version:

```bash npm i @jannchie/uiohook-napi ```

57 lines (56 loc) 1.21 kB
{ "name": "@jannchie/uiohook-napi", "version": "1.0.5", "author": { "name": "Alexander Drozdov" }, "repository": { "type": "git", "url": "https://github.com/SnosMe/uiohook-napi.git" }, "license": "MIT", "keywords": [ "iohook", "uiohook", "libuiohook", "hook", "input", "keyboard", "mouse" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "install": "node-gyp-build", "prebuild": "prebuildify --napi", "build-ts": "tsc", "demo": "ts-node src/demo.ts", "make-libuiohook-patch": "git -C ./libuiohook diff --cached > ./src/libuiohook.patch", "apply-libuiohook-patch": "git -C ./libuiohook apply ../src/libuiohook.patch" }, "files": [ "dist", "binding.gyp", "libuiohook/src", "libuiohook/include", "src/lib", "prebuilds" ], "devDependencies": { "@types/node": "16.11.41", "prebuildify": "5.x.x", "ts-node": "10.x.x", "typescript": "4.x.x" }, "dependencies": { "@jannchie/uiohook-napi": "link:", "node-gyp-build": "4.x.x" }, "prebuild": { "test": "dist/prebuild-test-noop.js" }, "gypfile": true, "engines": { "node": ">= 16" } }