{ "name": "@elizaos/example-a2a-server", "version": "2.0.0-beta.0", "description": "elizaOS A2A (Agent-to-Agent) Server - HTTP API for agent communication", "type": "module", "scripts": { "start": "bun run server.ts", "test": "cd ../../.. && bunx tsx packages/examples/a2a/test-runner.ts", "lint": "bunx @biomejs/biome check --write --unsafe .", "lint:check": "bunx @biomejs/biome check .", "format": "bunx @biomejs/biome format --write .", "format:check": "bunx @biomejs/biome format .", "typecheck": "tsgo --noEmit" }, "dependencies": { "@elizaos/core": "workspace:*", "@elizaos/plugin-anthropic": "workspace:*", "@elizaos/plugin-elizacloud": "workspace:*", "@elizaos/plugin-openai": "workspace:*", "@elizaos/plugin-openrouter": "workspace:*", "@elizaos/plugin-sql": "workspace:*", "express": "^4.18.0", "uuid": "^14.0.0" }, "devDependencies": { "@types/express": "^5.0.6", "@types/node": "^25.0.3", "typescript": "^6.0.3" } }