{
  "name": "@oxpulse/chat-widget",
  "version": "0.24.2",
  "description": "OxPulse Chat embed widget — Custom Element + iframe mode",
  "license": "AGPL-3.0-or-later",
  "author": "Anatoly Koptev",
  "homepage": "https://github.com/anatolykoptev/oxpulse-chat-sdk/tree/main/packages/chat-widget",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anatolykoptev/oxpulse-chat-sdk.git",
    "directory": "packages/chat-widget"
  },
  "keywords": [
    "oxpulse",
    "chat",
    "widget",
    "web-component",
    "custom-element",
    "iframe",
    "embed"
  ],
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./element": {
      "types": "./dist/element.d.ts",
      "import": "./dist/element.js"
    },
    "./iframe": {
      "types": "./dist/iframe.d.ts",
      "import": "./dist/iframe.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "examples"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@oxpulse/chat-sdk": "^3.3.1",
    "@oxpulse/voice-core": "^0.3.0"
  },
  "devDependencies": {
    "@stryker-mutator/core": "^9.6.1",
    "@stryker-mutator/typescript-checker": "^9.6.1",
    "@stryker-mutator/vitest-runner": "^9.6.1",
    "@types/node": "^22.0.0",
    "acorn": "^8.18.0",
    "acorn-walk": "^8.3.5",
    "esbuild": "^0.25.0",
    "jsdom": "^25.0.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.5"
  },
  "engines": {
    "node": ">=18"
  },
  "bugs": {
    "url": "https://github.com/anatolykoptev/oxpulse-chat-sdk/issues"
  },
  "scripts": {
    "build": "tsc --outDir dist",
    "build:cdn": "node esbuild.cdn.mjs",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "stryker": "stryker run"
  }
}