{
  "name": "@poolse/sdk",
  "version": "2.19.0",
  "description": "Headless TypeScript chat SDK for the poolse realtime backend. REST + WebSocket client for Node, Bun, Deno, browsers, and React Native. Framework-agnostic, no UI. MIT — alternative to Sendbird, Stream, Pusher, TalkJS, CometChat.",
  "license": "MIT",
  "keywords": [
    "chat",
    "chat-sdk",
    "chat-api",
    "realtime",
    "realtime-chat",
    "messaging",
    "messaging-sdk",
    "in-app-messaging",
    "typescript",
    "typescript-sdk",
    "websocket",
    "phoenix-channels",
    "headless",
    "framework-agnostic",
    "sdk",
    "node",
    "sendbird-alternative",
    "stream-chat-alternative",
    "pusher-alternative",
    "poolse"
  ],
  "homepage": "https://poolse.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/poolse-hq/js-sdk.git",
    "directory": "packages/sdk"
  },
  "bugs": {
    "url": "https://github.com/poolse-hq/js-sdk/issues"
  },
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src test"
  },
  "dependencies": {
    "phoenix": "^1.8.7"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/phoenix": "^1.6.7"
  }
}
