{
  "name": "uapi-mcp",
  "version": "0.1.0",
  "author": "UAPI",
  "description": "Uapi Mcp 是 uapis.cn 的官方 MCP Server。",
  "type": "module",
  "sideEffects": false,
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AxT-Team/uapi-mcp.git"
  },
  "homepage": "https://github.com/AxT-Team/uapi-mcp#readme",
  "bugs": {
    "url": "https://github.com/AxT-Team/uapi-mcp/issues"
  },
  "files": [
    "bin",
    "esm",
    "manifest.json",
    "overlay.yaml",
    "openapi.yaml",
    "README.md",
    "package.json"
  ],
  "bin": {
    "uapi-mcp": "bin/mcp-server.js",
    "mcp": "bin/mcp-server.js"
  },
  "scripts": {
    "build": "bun i && bun src/mcp-server/build.mts && tsc",
    "mcpb:build": "bun i && bun src/mcp-server/build.mts --pack && tsc",
    "check": "npm run lint",
    "lint": "eslint --cache --max-warnings=0 src",
    "test:regression": "node ./scripts/regression.mjs",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.26.0",
    "@stricli/core": "^1.1.2",
    "bun": "^1.2.12",
    "express": "^5.1.0",
    "zod": "^4.0.0"
  },
  "overrides": {
    "@modelcontextprotocol/sdk": "1.26.0"
  },
  "devDependencies": {
    "@anthropic-ai/mcpb": "^1.2.0",
    "@eslint/js": "^9.26.0",
    "@types/bun": "^1.2.13",
    "@types/express": "^5.0.1",
    "@types/node": "^18.19.3",
    "eslint": "^9.26.0",
    "globals": "^16.0.0",
    "typescript": "~5.8.3",
    "typescript-eslint": "^8.31.1"
  }
}
