UNPKG

selection-hook

Version:

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

52 lines (51 loc) 1.51 kB
{ "name": "selection-hook", "version": "1.0.8", "description": "Text selection monitoring of native Node.js module with N-API across applications", "author": "0xfullex", "repository": { "type": "git", "url": "git+https://github.com/0xfullex/selection-hook.git" }, "main": "index.js", "types": "index.d.ts", "scripts": { "install": "node-gyp-build", "rebuild": "node-gyp rebuild", "prebuild": "npm run prebuild:win && npm run prebuild:mac", "prebuild:win": "npm run prebuild:win:x64 && npm run prebuild:win:arm64", "prebuild:win:x64": "prebuildify --napi --platform=win32 --arch=x64", "prebuild:win:arm64": "prebuildify --napi --platform=win32 --arch=arm64", "prebuild:mac": "npm run prebuild:mac:x64 && npm run prebuild:mac:arm64", "prebuild:mac:x64": "prebuildify --napi --platform=darwin --arch=x64", "prebuild:mac:arm64": "prebuildify --napi --platform=darwin --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-addon-api": "^8.4.0", "node-gyp-build": "^4.8.4" }, "devDependencies": { "node-gyp": "^11.2.0", "prebuildify": "^6.0.1" }, "engines": { "node": ">=18.0.0" }, "gypfile": true }