{
  "name": "@zhivex-ai/gateway",
  "version": "1.4.0",
  "description": "Routing and fallback helpers for Zhivex AI SDK.",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "engines": {
    "node": ">=18.18.0",
    "bun": ">=1.3.7"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Zhivex/zhivex-ai-sdk.git",
    "directory": "packages/gateway"
  },
  "homepage": "https://github.com/Zhivex/zhivex-ai-sdk#readme",
  "bugs": {
    "url": "https://github.com/Zhivex/zhivex-ai-sdk/issues"
  },
  "keywords": [
    "ai",
    "sdk",
    "gateway",
    "routing",
    "typescript"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@zhivex-ai/core": "^1.21.0",
    "zod": "^4.6.3"
  }
}
