{
  "name": "@dexwox-labs/a2a-client",
  "version": "0.1.1",
  "description": "TypeScript client implementation for Google's Agent-to-Agent (A2A) protocol - includes HTTP/WebSocket communication, circuit breakers and error handling",
  "homepage": "https://dexwox-innovations-org.github.io/a2a-node-sdk/",
  "repository": {
    "type": "git",
    "url": "https://github.com/Dexwox-Innovations-Org/a2a-node-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/Dexwox-Innovations-Org/a2a-node-sdk/issues"
  },
  "keywords": [
    "a2a",
    "agent-to-agent",
    "google",
    "protocol",
    "typescript",
    "client",
    "http",
    "websocket",
    "rpc",
    "api"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rm -rf dist tsconfig.tsbuildinfo",
    "build": "tsc -p tsconfig.json",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "bench": "vitest bench",
    "lint": "eslint . --ext .ts,.tsx --fix",
    "format": "prettier --write ."
  },
  "dependencies": {
    "@dexwox-labs/a2a-core": "0.1.0",
    "eventsource": "^4.0.0",
    "reflect-metadata": "^0.2.2"
  },
  "devDependencies": {
    "@types/node": "^20.17.46",
    "typescript": "^5.3.0",
    "vite": "^6.3.5",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^3.1.3"
  },
  "license": "Apache-2.0"
}
