{
  "name": "@arbidocs/sdk",
  "version": "0.3.177",
  "description": "Shared operations layer for ARBI — auth, config, SSE, WebSocket, and API operations",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "typesVersions": {
    "*": {
      "browser": [
        "dist/browser.d.ts"
      ]
    }
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./browser": {
      "types": "./dist/browser.d.ts",
      "import": "./dist/browser.js",
      "require": "./dist/browser.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "test:integration": "vitest run src/integration.test.ts src/websocket.integration.test.ts",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@arbidocs/client": "0.3.177",
    "jszip": "^3.10.1"
  },
  "devDependencies": {
    "@types/node": "^25.9.0",
    "fake-indexeddb": "^6.2.5",
    "tsup": "^8.4.0",
    "typescript": "^6.0.3",
    "vitest": "^4.0.18"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arbicity/ARBI-frontend.git",
    "directory": "packages/arbi-sdk"
  },
  "keywords": [
    "arbi",
    "core",
    "operations",
    "api",
    "typescript"
  ]
}
