{
  "name": "@darbotlabs/darbot-windows-mcp",
  "version": "1.2.0",
  "description": "🪟 Darbot Windows MCP - Professional Windows desktop automation server for AI agents via Model Context Protocol (MCP). Control Windows like a human with 15 powerful tools. Includes Python dependencies, UV, and VS Code configuration.",
  "main": "index.js",
  "icon": "assets/darbot_logo.ico",
  "bin": {
    "darbot-windows-mcp": "bin/darbot-windows-mcp.js",
    "darbot-setup": "bin/setup.js"
  },
  "scripts": {
    "install": "node scripts/install.js",
    "postinstall": "node scripts/postinstall.js",
    "setup": "node bin/setup.js",
    "start": "node bin/darbot-windows-mcp.js",
    "test": "node scripts/test.js"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "windows",
    "windows-automation",
    "desktop-automation",
    "desktop-control",
    "ai",
    "ai-agent",
    "claude",
    "anthropic",
    "vscode",
    "python",
    "uv",
    "darbot",
    "windows-tools",
    "automation",
    "gui-automation",
    "accessibility",
    "computer-vision",
    "rpa"
  ],
  "author": "DarbotLabs <darbot@timelarp.com>",
  "license": "MIT",
  "homepage": "https://github.com/darbotlabs/Darbot-Windows-MCP",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/darbotlabs/Darbot-Windows-MCP.git"
  },
  "bugs": {
    "url": "https://github.com/darbotlabs/Darbot-Windows-MCP/issues"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "os": [
    "win32"
  ],
  "dependencies": {
    "chalk": "^4.1.2",
    "child_process": "^1.0.2",
    "fs-extra": "^11.1.1",
    "inquirer": "^8.2.6",
    "ora": "^5.4.1",
    "path": "^0.12.7"
  },
  "files": [
    "bin/",
    "scripts/",
    "templates/",
    "assets/",
    "main.py",
    "src/",
    "requirements.txt",
    "pyproject.toml",
    "README.md",
    "LICENSE"
  ]
}
