{
  "name": "momento-a2a-agent",
  "version": "1.24.0",
  "description": "Build stateless A2A agents for use in serverless environments. Powered by Momento Cache and Topics.",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build && npm test",
    "coverage": "vitest run --coverage"
  },
  "bin": {
    "momento-a2a-agent": "./dist/client/mcp.js"
  },
  "keywords": [
    "momento",
    "a2a",
    "agent",
    "serverless",
    "ai",
    "event-driven"
  ],
  "author": "Allen Helton <allenheltondev@gmail.com> (https://github.com/allenheltondev)",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/allenheltondev/momento-a2a-agent.git"
  },
  "homepage": "https://github.com/allenheltondev/momento-a2a-agent#readme",
  "bugs": {
    "url": "https://github.com/allenheltondev/momento-a2a-agent/issues"
  },
  "devDependencies": {
    "@aws-sdk/client-bedrock-runtime": "^3.840.0",
    "@types/events": "^3.0.3",
    "@vitest/coverage-v8": "^3.2.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3",
    "vitest": "^3.2.4"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.13.0",
    "@openai/agents": "^0.0.9",
    "hono": "^4.7.11",
    "uuid": "^11.1.0",
    "zod": "^3.25.67"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ]
}
