{
  "name": "@wbtc-mcp/wbtc-mcp",
  "version": "1.0.0",
  "description": "Read-only WBTC MCP server backed by WBTC Public API.",
  "license": "UNLICENSED",
  "type": "module",
  "bin": {
    "wbtc-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "vitest run",
    "test:smoke": "npm run build && WBTC_MCP_RUN_STDIO_SMOKE=1 vitest run tests/smoke-mcp-client.test.ts",
    "test:e2e:staging": "npm run build && WBTC_MCP_RUN_STAGING_E2E=1 vitest run tests/staging-mcp-parity.test.ts",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.29.0",
    "zod": "4.4.3"
  },
  "devDependencies": {
    "@types/node": "24.10.2",
    "typescript": "6.0.3",
    "vitest": "4.1.9"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
