{ "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 ", "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" } }