{
  "name": "@mastergo/vibe-mcp",
  "version": "1.0.31",
  "description": "MasterGo MCP 客户端 - 连接到远程 MasterGo MCP 服务器，供 CLI 或 Cursor 等 IDE 使用",
  "type": "module",
  "bin": {
    "mastergo-vibe-mcp": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=8.0.0"
  },
  "scripts": {
    "build": "vite build",
    "publish": "bash ./script/publish.sh",
    "deploy:oss": "bash ./script/deploy_oss.sh",
    "stop:mcp": "bash ./kill-dist-mcp.sh",
    "clean": "rm -rf dist"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "terser": "^5.26.0",
    "typescript": "^5.0.0",
    "vite": "^5.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "axios": "^1.6.0",
    "node-html-parser": "^7.1.0",
    "zod": "^3.25.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
