{
  "name": "@blux.ai/web-sdk",
  "version": "2.2.29",
  "description": "The official Blux JavaScript browser client library",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "license": "UNLICENSED",
  "repository": {
    "type": "git",
    "url": "https://github.com/zaikorea/blux.git",
    "directory": "packages/sdk-web"
  },
  "scripts": {
    "test": "jest",
    "build": "tsdown",
    "dev": "pnpm build -w",
    "clean": "rm -rf ./dist",
    "prepack": "pnpm run clean && pnpm build",
    "deploy": "bash deploy.sh"
  },
  "author": "Z.Ai Inc.",
  "homepage": "https://www.blux.ai/",
  "devDependencies": {
    "@sentry/types": "^8.35.0",
    "@types/uuid": "10.0.0",
    "ts-loader": "^9.5.1",
    "tsdown": "0.20.1",
    "typescript": "5.9.3",
    "webpack": "^5.93.0",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "axios": "1.7.7",
    "bson-objectid": "^2.0.4",
    "rxjs": "7.8.1",
    "uuid": "10.0.0",
    "zod": "3.23.8"
  }
}
