{ "name": "moltspay", "version": "1.6.0", "description": "Payment infrastructure for AI Agents - Server & Client SDK", "keywords": [ "ai-agent", "payment", "usdc", "blockchain", "base", "ethereum", "web3", "moltspay" ], "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": { "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", "prepublishOnly": "npm run typecheck && npm run build && npm run verify:web" }, "dependencies": { "@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", "typescript": "^5.3.0", "vitest": "^1.2.0" }, "engines": { "node": ">=18" }, "files": [ "dist", "schemas", ".env.example", "README.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" }