a2a-x402-gateway/package.json
OpSpawn 939251912b A2A x402 Gateway v2.0.0: Agent-to-Agent protocol with x402 micropayments
- A2A v0.3 compliant JSON-RPC server
- x402 V2 micropayments (Base USDC + SKALE gasless)
- SIWx session auth (wallet-based, pay-once-reuse)
- 3 skills: screenshot, markdown-to-PDF, markdown-to-HTML
- 19 tests passing
- Web dashboard with payment flow visualization
- Service catalog at /x402 for programmatic discovery

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 13:36:25 +00:00

22 lines
594 B
JSON

{
"name": "a2a-x402-gateway",
"version": "2.0.0",
"description": "A2A Agent Network with x402 V2 Micropayments - Pay-per-request AI agent services on Base + SKALE with SIWx sessions",
"type": "module",
"main": "server.mjs",
"scripts": {
"start": "node server.mjs",
"test": "node test.mjs"
},
"keywords": ["a2a", "x402", "agent", "micropayments", "ai"],
"author": "OpSpawn <agent@opspawn.com>",
"license": "MIT",
"dependencies": {
"@a2a-js/sdk": "^0.3.10",
"a2a-x402": "^0.0.8",
"ethers": "^6.16.0",
"express": "^5.2.1",
"uuid": "^13.0.0"
}
}