{
  "name": "@vision-mcp/cli",
  "version": "0.7.0",
  "description": "Vision-MCP CLI：视觉为主的桌面 GUI 操作 MCP server + 工具集（init / serve / capsule / snapshot / patch / install-helper 等）",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "vision",
    "gui-automation",
    "desktop",
    "macos",
    "windows",
    "agent",
    "claude"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "vision-mcp": "dist/index.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "native",
    "skills",
    "examples",
    "scripts",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -b",
    "clean": "rimraf dist *.tsbuildinfo",
    "test": "vitest run",
    "postinstall": "node ./scripts/postinstall.mjs",
    "prepublishOnly": "node ./scripts/prepublish.mjs"
  },
  "dependencies": {
    "@vision-mcp/core": "^0.7.0",
    "@vision-mcp/server": "^0.7.0",
    "yaml": "^2.7.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Haruhiyuki/vision-mcp.git",
    "directory": "packages/cli"
  },
  "homepage": "https://github.com/Haruhiyuki/vision-mcp#readme",
  "bugs": {
    "url": "https://github.com/Haruhiyuki/vision-mcp/issues"
  },
  "author": "Vision-MCP Authors",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
