mirror of
https://github.com/Mintplex-Labs/libnut-core.git
synced 2026-08-24 11:42:54 -04:00
f8dd1b75ce
* Release v2.1.6
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "libnut",
|
|
"version": "2.1.6",
|
|
"description": "libnut is an N-API module for desktop automation with node",
|
|
"main": "index.js",
|
|
"typings": "index.d.ts",
|
|
"scripts": {
|
|
"clean": "cmake-js clean",
|
|
"patch": "node ./patch-packagename.js",
|
|
"build:debug": "cmake-js rebuild --debug",
|
|
"build:release": "cmake-js rebuild --CDCMAKE_OSX_ARCHITECTURES=\"arm64;x86_64\"",
|
|
"prepublishOnly": "npm run build:release",
|
|
"publish:next": "npm publish --tag next"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nut-tree/libnut.git"
|
|
},
|
|
"keywords": [
|
|
"GUI",
|
|
"Automation",
|
|
"mouse",
|
|
"keyboard",
|
|
"screenshot",
|
|
"image",
|
|
"desktop",
|
|
"screen",
|
|
"recognition",
|
|
"autohotkey"
|
|
],
|
|
"author": "Simon Hofmann <dev@simon-hofmann.org>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/nut-tree/libnut/issues"
|
|
},
|
|
"homepage": "https://github.com/nut-tree/libnut",
|
|
"dependencies": {
|
|
"bindings": "1.5.0",
|
|
"cmake-js": "6.1.0",
|
|
"node-addon-api": "3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.15.3"
|
|
},
|
|
"os": [
|
|
"darwin",
|
|
"linux",
|
|
"win32"
|
|
],
|
|
"cpu": [
|
|
"x64",
|
|
"arm64"
|
|
]
|
|
}
|