{
  "name": "@byted-solo/computer-use-mcp",
  "version": "0.59.0",
  "description": "MCP Server for cross-platform desktop control - screenshot, mouse & keyboard, window management, accessibility",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "!dist/**/*.map",
    "!dist/tests"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "bin": {
    "computer-use-mcp": "dist/cli.js",
    "computer-use": "dist/cli-main.js"
  },
  "scripts": {
    "build": "node scripts/build.mjs",
    "build:check": "tsc --noEmit",
    "watch": "node scripts/watch.mjs",
    "watch:check": "tsc --watch --noEmit",
    "start": "node dist/index.js",
    "test": "vitest run",
    "test:e2e": "vitest run --config vitest.e2e.config.ts",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build:check && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://code.byted.org/ide/mac-computer-use",
    "directory": "mcp"
  },
  "publishConfig": {
    "access": "public"
  },
  "optionalDependencies": {
    "@aha-kit/windows-assistant-core": "^1.3.0",
    "@byted-solo/mac-computer-use": "0.59.0"
  },
  "devDependencies": {
    "@byted/modelcontextprotocol-server": "2.0.0-alpha.2.byted.1",
    "@cfworker/json-schema": "^4.1.1",
    "@types/node": "^22.15.3",
    "esbuild": "^0.25.0",
    "jimp": "^1.6.1",
    "typescript": "^5.8.3",
    "vitest": "^4.1.2",
    "vscode-uri": "^3.1.0",
    "yaml": "^2.8.3",
    "zod": "^4.3.6"
  },
  "license": "MIT",
  "os": [
    "darwin",
    "win32",
    "linux"
  ],
  "engines": {
    "node": ">= 20"
  }
}
