mirror of
https://github.com/Mintplex-Labs/nut.js.git
synced 2026-07-25 20:45:27 -04:00
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "@mintplex-labs/nut-js-libnut",
|
|
"version": "4.2.3",
|
|
"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",
|
|
"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",
|
|
"publish:release": "pnpm publish --no-git-checks",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"version": "npm version --no-git-tag -f"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.15.3"
|
|
},
|
|
"dependencies": {
|
|
"@nut-tree-fork/libnut-darwin": "2.7.3",
|
|
"@nut-tree-fork/libnut-linux": "2.7.3",
|
|
"@nut-tree-fork/libnut-win32": "2.7.3",
|
|
"@nut-tree-fork/libnut-winarm64": "npm:@mintplex-labs/libnut-winarm64@2.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@mintplex-labs/nut-js-configs": "workspace:*",
|
|
"@mintplex-labs/nut-js-shared": "workspace:*",
|
|
"@mintplex-labs/nut-js-provider-interfaces": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"@nut-tree-fork/nut-js": "^4"
|
|
}
|
|
} |