{ "name": "@justhandledlabs/agent-client", "version": "0.11.1", "description": "Guarded CLI and MCP client for JustHandled's x402 utility gateway", "type": "module", "license": "MIT", "mcpName": "io.github.justhandledlabs/agent-gateway", "repository": { "type": "git", "url": "git+https://github.com/justhandledlabs/justhandled-agent-client.git" }, "homepage": "https://justhandledlabs.com/agent-gateway/", "bugs": { "url": "https://github.com/justhandledlabs/justhandled-agent-client/issues" }, "keywords": [ "ai-agents", "mcp", "mcp-server", "x402", "base", "usdc", "preflight", "agent-evaluation", "agent-observability", "evidence", "public-data", "procurement" ], "files": [ "dist", "examples", "README.md", "LICENSE", "server.json" ], "bin": { "agent-client": "dist/mcp.js", "justhandled-agent-client": "dist/mcp.js", "justhandled-agent": "dist/cli.js", "justhandled-agent-mcp": "dist/mcp.js" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "node scripts/clean.mjs && tsc -p tsconfig.json", "test": "node --import tsx --test tests/*.test.ts", "smoke:mcp": "npm run build && node scripts/smoke-mcp.mjs", "check": "npm run build && npm test", "prepack": "npm run check", "prepublishOnly": "node scripts/assert-publish-ready.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "1.30.0", "@x402/core": "2.20.0", "@x402/evm": "2.20.0", "@x402/fetch": "2.20.0", "viem": "2.55.10" }, "devDependencies": { "@types/node": "26.1.2", "tsx": "4.23.1", "typescript": "7.0.2" }, "engines": { "node": ">=22" }, "publishConfig": { "access": "public", "provenance": true } }