electron-uiohook
Version:
[](https://www.npmjs.com/package/electron-uiohook)
60 lines (59 loc) • 1.24 kB
JSON
{
"name": "electron-uiohook",
"version": "1.0.15",
"author": {
"name": "LateJan"
},
"repository": {
"type": "git",
"url": "https://github.com/LateJan/electron-uiohook.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.x.x",
"prebuildify": "5.x.x",
"ts-node": "10.x.x",
"typescript": "4.x.x",
"electron": "21.4.4"
},
"peerDependencies": {
"electron": ">=14"
},
"dependencies": {
"node-gyp-build": "4.x.x"
},
"prebuild": {
"test": "dist/prebuild-test-noop.js"
},
"gypfile": true,
"engines": {
"node": ">= 16"
}
}