{
  "name": "@sazabi/sdk",
  "description": "TypeScript SDK for the Sazabi public API",
  "version": "1.2.0",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/types/public-sdk/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/public-sdk/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "engines": {
    "node": ">=18"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/sazabi/sdk",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sazabi/sdk.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "@orpc/client": "^1.13.6",
    "@orpc/contract": "^1.13.6",
    "@orpc/openapi-client": "^1.13.6",
    "openapi-types": "^12.1.3",
    "zod": "4.0.17"
  }
}
