Files
libnut-core/package.json
T

55 lines
1.2 KiB
JSON

{
"name": "libnut",
"version": "2.1.2",
"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"
]
}