UNPKG

@jitsi/robotjs

Version:

Node.js Desktop Automation.

71 lines (70 loc) 1.77 kB
{ "name": "@jitsi/robotjs", "version": "0.6.18", "description": "Node.js Desktop Automation.", "main": "index.js", "typings": "index.d.ts", "scripts": { "test": "run-script-os", "test:darwin:linux": "jasmine test/**/*.js", "test-keyboard": "node test/keyboard.js", "test:win32": "jasmine test/**/*.js", "install": "node-gyp-build", "prebuild": "prebuildify -t 20.0.0 --napi --strip", "prebuild-darwin-universal": "prebuildify -t 20.0.0 --napi --strip --arch x64+arm64", "prebuild-linux-x64": "prebuildify -t 20.0.0 --napi --strip", "prebuild-linux-arm64": "prebuildify -t 20.0.0 --napi --strip", "prebuild-win32-x86": "prebuildify -t 20.0.0 --napi --strip", "prebuild-win32-x64": "prebuildify -t 20.0.0 --napi --strip", "prebuild-win32-arm64": "prebuildify -t 20.0.0 --napi --strip" }, "repository": { "type": "git", "url": "https://github.com/jitsi/robotjs.git" }, "keywords": [ "Automation", "GUI", "mouse", "keyboard", "screenshot", "image", "pixel", "desktop", "robotjs", "screen", "recognition", "autohotkey", "machine", "learning", "color" ], "author": "Jason Stallings", "license": "MIT", "gypfile": true, "binary": { "napi_versions": [ 3 ] }, "bugs": { "url": "https://github.com/jitsi/robotjs/issues" }, "homepage": "https://github.com/jitsi/robotjs", "dependencies": { "node-addon-api": "^8.3.0", "node-gyp-build": "^4.8.4" }, "devDependencies": { "jasmine": "^2.99.0", "prebuildify": "^6.0.1", "run-script-os": "^1.0.3", "tape": "^4.8.0", "targetpractice": "0.0.7" }, "overrides": { "targetpractice": { "electron": "^30.0.0" } } }