{
  "name": "@n8n/computer-use",
  "version": "0.8.0",
  "description": "Local AI gateway for n8n AI Assistant — filesystem, shell, screenshots, mouse/keyboard, and browser automation",
  "publishConfig": {
    "bin": {
      "n8n-computer-use": "dist/cli.js"
    }
  },
  "scripts": {
    "clean": "rimraf dist .turbo",
    "start": "node dist/cli.js http://localhost:5678 --log-level debug --allowed-origins http://localhost:5678",
    "dev": "pnpm build && (pnpm watch & pnpm start)",
    "typecheck": "tsc --noEmit",
    "build": "tsc -p tsconfig.build.json",
    "format": "biome format --write src",
    "format:check": "biome ci src",
    "lint": "eslint . --quiet",
    "lint:fix": "eslint . --fix",
    "watch": "tsc -p tsconfig.build.json --watch",
    "test": "jest",
    "test:unit": "jest",
    "test:dev": "jest --watch"
  },
  "main": "dist/cli.js",
  "exports": {
    ".": "./dist/cli.js",
    "./config": "./dist/config.js",
    "./gateway-client": "./dist/gateway-client.js",
    "./logger": "./dist/logger.js",
    "./gateway-session": "./dist/gateway-session.js",
    "./settings-store": "./dist/settings-store.js"
  },
  "module": "src/cli.ts",
  "types": "dist/cli.d.ts",
  "files": [
    "dist/**/*"
  ],
  "dependencies": {
    "@anthropic-ai/sandbox-runtime": "^0.0.42",
    "@inquirer/prompts": "^8.3.2",
    "@jitsi/robotjs": "^0.6.21",
    "@modelcontextprotocol/sdk": "1.26.0",
    "@n8n/mcp-browser": "workspace:*",
    "@napi-rs/image": "^1.12.0",
    "@vscode/ripgrep": "^1.17.1",
    "eventsource": "^3.0.6",
    "fast-glob": "catalog:",
    "node-screenshots": "^0.2.8",
    "picocolors": "catalog:",
    "yargs-parser": "21.1.1",
    "zod": "catalog:",
    "zod-to-json-schema": "catalog:"
  },
  "devDependencies": {
    "@n8n/typescript-config": "workspace:*",
    "@types/node": "catalog:",
    "@types/yargs-parser": "21.0.0"
  }
}
