{ "name": "@assistant-ui/react-a2a", "version": "0.2.21", "description": "A2A (Agent-to-Agent) v1.0 protocol adapter for assistant-ui", "keywords": [ "a2a", "agent-to-agent", "assistant-ui", "react", "ai", "chat", "protocol" ], "author": "AgentbaseAI Inc.", "license": "MIT", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "src", "README.md" ], "sideEffects": false, "scripts": { "build": "aui-build", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@assistant-ui/core": "^0.2.20", "@assistant-ui/store": "^0.2.19" }, "peerDependencies": { "@types/react": "*", "react": "^18 || ^19" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "devDependencies": { "@assistant-ui/x-buildutils": "workspace:*", "@types/react": "^19.2.17", "react": "^19.2.7", "vitest": "^4.1.10" }, "publishConfig": { "access": "public", "provenance": true }, "homepage": "https://www.assistant-ui.com/", "repository": { "type": "git", "url": "git+https://github.com/assistant-ui/assistant-ui.git", "directory": "packages/react-a2a" }, "bugs": { "url": "https://github.com/assistant-ui/assistant-ui/issues" } }