UNPKG

selection-hook

Version:

Text selection monitoring of native Node.js module with N-API across applications

50 lines (49 loc) 1.48 kB
{ "name": "selection-hook", "version": "0.9.23", "description": "Text selection monitoring of native Node.js module with N-API across applications", "author": "0xfullex", "repository": { "type": "git", "url": "https://github.com/0xfullex/selection-hook" }, "main": "index.js", "types": "index.d.ts", "scripts": { "install": "node-gyp-build", "rebuild": "node-gyp rebuild", "prebuild": "npm run prebuild:win32", "prebuild:win32": "npm run prebuild:win32:x64 && npm run prebuild:win32:arm64", "prebuild:win32:x64": "prebuildify --napi --platform=win32 --arch=x64", "prebuild:win32:arm64": "prebuildify --napi --platform=win32 --arch=arm64", "demo": "node --trace-deprecation --force-node-api-uncaught-exceptions-policy=true examples/node-demo.js" }, "keywords": [ "node", "electron", "text", "selection", "napi", "highlight", "hooks", "native", "mouse", "keyboard", "clipboard", "uiautomation" ], "license": "MIT", "dependencies": { "node-gyp-build": "^4.8.4" }, "devDependencies": { "node-addon-api": "^5.1.0", "node-gyp": "^9.4.1", "prebuildify": "^6.0.1" }, "engines": { "node": ">=18.0.0" }, "gypfile": true, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }