{
  "name": "@computer-use/nut-js",
  "version": "4.2.0",
  "license": "Apache-2.0",
  "main": "dist/index",
  "typings": "dist/index",
  "description": "Native system automation for node.js",
  "author": {
    "name": "dry Software UG (haftungsbeschränkt)",
    "email": "info@dry.software",
    "url": "https://dry.software"
  },
  "homepage": "https://nutjs.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/nut-tree/nut.js.git"
  },
  "bugs": {
    "url": "https://github.com/nut-tree/nut.js/issues"
  },
  "os": [
    "linux",
    "darwin",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "keywords": [
    "native",
    "system",
    "automation",
    "testing",
    "keyboard",
    "mouse",
    "process",
    "memory",
    "window",
    "screen",
    "monitor",
    "display",
    "timer",
    "clock",
    "clipboard"
  ],
  "dependencies": {
    "jimp": "0.22.10",
    "node-abort-controller": "3.1.1",
    "@computer-use/default-clipboard-provider": "4.2.0",
    "@computer-use/libnut": "4.2.0",
    "@computer-use/shared": "4.2.0",
    "@computer-use/provider-interfaces": "4.2.0"
  },
  "devDependencies": {
    "@computer-use/configs": "4.2.0"
  },
  "engines": {
    "node": ">=16"
  },
  "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 --logHeapUsage",
    "coverage:clean": "rimraf coverage",
    "publish:next": "pnpm publish --tag next --no-git-checks --access public",
    "publish:release": "pnpm publish --no-git-checks --access public",
    "typedoc": "typedoc --out docs"
  }
}