package.json•1.29 kB
{
"name": "@nut-tree-fork/libnut-linux",
"version": "2.7.4",
"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 --CDCMAKE_OSX_ARCHITECTURES=\"arm64;x86_64\" --debug",
"build:release": "cmake-js rebuild --CDCMAKE_OSX_ARCHITECTURES=\"arm64;x86_64\"",
"prepublishOnly": "npm run build:release",
"publish:next": "npm publish --tag next --access public"
},
"homepage": "https://nutjs.dev",
"author": "Zachary Williams <zachjw34@gmail.com>",
"bugs": {
"url": "https://github.com/ZachJW34/libnut-core/issues"
},
"keywords": [
"GUI",
"Automation",
"mouse",
"keyboard",
"screenshot",
"image",
"desktop",
"screen",
"recognition",
"autohotkey"
],
"license": "Apache-2.0",
"dependencies": {
"bindings": "1.5.0"
},
"devDependencies": {
"cmake-js": "7.3.0",
"node-addon-api": "7.1.0"
},
"optionalDependencies": {
"@nut-tree-fork/node-mac-permissions": "2.2.1"
},
"engines": {
"node": ">=10.15.3"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
]
}