{
  "name": "@aexhq/sdk",
  "version": "0.57.5",
  "description": "TypeScript SDK for Aex sessions",
  "license": "Apache-2.0",
  "homepage": "https://aex.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aexhq/aex.git",
    "directory": "packages/sdk"
  },
  "type": "module",
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true,
    "tag": "next"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "tsc -p tsconfig.json && node --test"
  },
  "dependencies": {
    "@aexhq/brain": "0.3.0"
  },
  "peerDependencies": {
    "zod": "4.4.3"
  },
  "devDependencies": {
    "typescript": "^5.9.2",
    "zod": "4.4.3"
  }
}
