{
  "name": "moltspay",
  "version": "2.4.1",
  "description": "Payment infrastructure for AI Agents - Server & Client SDK",
  "keywords": [
    "ai-agent",
    "payment",
    "usdc",
    "blockchain",
    "base",
    "ethereum",
    "web3",
    "moltspay",
    "x402",
    "agent-to-agent",
    "stablecoin",
    "polygon",
    "solana",
    "bnb",
    "alipay",
    "wechat",
    "cny",
    "fiat",
    "mcp"
  ],
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    },
    "./server": {
      "require": "./dist/server/index.js",
      "import": "./dist/server/index.mjs",
      "types": "./dist/server/index.d.ts"
    },
    "./client": {
      "require": "./dist/client/index.js",
      "import": "./dist/client/index.mjs",
      "types": "./dist/client/index.d.ts"
    },
    "./web": {
      "browser": "./dist/client/web/index.mjs",
      "import": "./dist/client/web/index.mjs",
      "types": "./dist/client/web/index.d.mts"
    },
    "./chains": "./dist/chains/index.js",
    "./wallet": "./dist/wallet/index.js",
    "./facilitators": {
      "require": "./dist/facilitators/index.js",
      "import": "./dist/facilitators/index.mjs",
      "types": "./dist/facilitators/index.d.ts"
    },
    "./mcp": {
      "require": "./dist/mcp/index.js",
      "import": "./dist/mcp/index.mjs",
      "types": "./dist/mcp/index.d.ts"
    }
  },
  "bin": {
    "moltspay": "./dist/cli/index.js",
    "moltspay-mcp": "./dist/mcp/index.js"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "prebuild": "rm -rf dist",
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest",
    "test:run": "vitest run",
    "lint": "eslint src/",
    "typecheck": "tsc --noEmit",
    "verify:web": "node scripts/verify-web-bundle.mjs",
    "verify:alipay:offline": "tsx scripts/alipay-offline-e2e.mts",
    "verify:alipay:http": "tsx scripts/alipay-http-402.mts",
    "prepublishOnly": "npm run typecheck && npm run build && npm run verify:web"
  },
  "dependencies": {
    "@alipay/agent-payment": "^1.0.14",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@solana/spl-token": "^0.4.14",
    "@solana/web3.js": "^1.98.4",
    "@x402/fetch": "^2.7.0",
    "bs58": "^6.0.0",
    "commander": "^12.0.0",
    "dotenv": "^17.3.1",
    "ethers": "^6.11.0",
    "mppx": "^0.4.7",
    "qrcode-terminal": "^0.12.0",
    "viem": "^2.47.5",
    "zod": "^4.3.6"
  },
  "peerDependencies": {
    "@coinbase/cdp-sdk": "^1.0.0"
  },
  "peerDependenciesMeta": {
    "@coinbase/cdp-sdk": {
      "optional": true
    }
  },
  "devDependencies": {
    "@coinbase/cdp-sdk": "^1.0.0",
    "@types/node": "^20.11.0",
    "eslint": "^8.56.0",
    "tsup": "^8.0.0",
    "tsx": "^4.22.3",
    "typescript": "^5.3.0",
    "vitest": "^1.2.0"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist",
    "schemas",
    "scripts/postinstall.js",
    ".env.example",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Yaqing2023/moltspay.git"
  },
  "homepage": "https://github.com/Yaqing2023/moltspay#readme",
  "bugs": {
    "url": "https://github.com/Yaqing2023/moltspay/issues"
  },
  "author": "Yaqing2023",
  "license": "MIT"
}
