{
  "name": "@curless/clubmed-demo",
  "version": "0.54.0",
  "description": "Demo Club Med storefront MCP — browse resorts worldwide and book them end-to-end: Club Med's merchant backend (mcp.curless.ai/clubmed) prices the resort and opens a merchant-quoted session; the buyer agent completes the payment with a card (ACP), a card over UCP with an AP2 PaymentMandate, in USDC over x402 (EVM), or in RLUSD over x402 (XRP Ledger).",
  "license": "MIT",
  "type": "module",
  "bin": {
    "clubmed-demo": "dist/index.js"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "dependencies": {
    "@coinbase/cdp-sdk": "^1.51.2",
    "@modelcontextprotocol/sdk": "^1.0.4",
    "@solana/kit": "^5.5.1",
    "viem": "^2.50.4",
    "x402": "^1.2.0",
    "xrpl": "^4.6.0",
    "@curless/agentbank-protocols": "^0.10.0",
    "@curless/agentbank-sdk": "^0.3.2"
  },
  "devDependencies": {
    "@types/node": "^22.10.1",
    "tsx": "^4.19.2",
    "typescript": "^5.6.3",
    "vitest": "^3.2.6"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "mcp",
    "clubmed",
    "agentbank",
    "demo",
    "claude",
    "acp"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/robin-ruan/agentbank.git",
    "directory": "examples/clubmed-demo"
  },
  "author": "robin",
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist",
    "test": "vitest run"
  }
}