package.json•1.44 kB
{
"name": "@nut-tree-fork/libnut",
"version": "4.2.4",
"description": "libnut is an N-API module for desktop automation with node",
"main": "dist/index",
"typings": "dist/index",
"homepage": "https://nutjs.dev",
"author": {
"name": "dry Software UG (haftungsbeschränkt)",
"email": "info@dry.software",
"url": "https://dry.software"
},
"bugs": {
"url": "https://github.com/nut-tree/nut.js/issues"
},
"keywords": [
"GUI",
"Automation",
"mouse",
"keyboard",
"screenshot",
"image",
"desktop",
"screen",
"recognition",
"autohotkey"
],
"license": "Apache-2.0",
"engines": {
"node": ">=10.15.3"
},
"dependencies": {
"@nut-tree-fork/libnut-darwin": "2.7.4",
"@nut-tree-fork/libnut-linux": "2.7.4",
"@nut-tree-fork/libnut-win32": "2.7.4"
},
"devDependencies": {
"@nut-tree-fork/configs": "4.2.4",
"@nut-tree-fork/provider-interfaces": "4.2.4",
"@nut-tree-fork/shared": "4.2.4"
},
"scripts": {
"clean": "rimraf dist",
"compile": "pnpm run clean && tsc -p .",
"compile:dev": "pnpm run clean && tsc -p . --watch",
"test": "jest --runInBand",
"coverage": "jest --coverage --runInBand",
"coverage:clean": "rimraf coverage",
"publish:next": "pnpm publish --tag next --no-git-checks --access public",
"publish:release": "pnpm publish --no-git-checks",
"version": "npm version --no-git-tag -f"
}
}