{
  "name": "@chativa/ui",
  "version": "0.9.0",
  "description": "Chativa UI — LitElement web components for the chat widget (chat-iva, chat-bot-button).",
  "author": "Hamza Agar",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "jsdelivr": "./dist/chativa.global.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "default": "./dist/chativa.global.js"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "chativa",
    "chat",
    "web-component",
    "lit-element",
    "chat-widget",
    "ui"
  ],
  "homepage": "https://github.com/AimTune/chativa#readme",
  "bugs": {
    "url": "https://github.com/AimTune/chativa/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AimTune/chativa.git"
  },
  "dependencies": {
    "@lit-labs/virtualizer": "^2.1.1",
    "i18next": "^25.3.2",
    "i18next-browser-languagedetector": "^8.2.0",
    "lit": "^3.3.0",
    "marked": "^13.0.0",
    "@chativa/genui": "0.9.0",
    "@chativa/core": "0.9.0"
  },
  "peerDependencies": {
    "@chativa/core": ">=0.0.1"
  },
  "devDependencies": {
    "jsdom": "^28.1.0",
    "terser": "^5.46.0",
    "typescript": "~5.8.3",
    "vite": "^7.0.3",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^4.0.18"
  },
  "scripts": {
    "build": "vite build && vite build --config vite.config.cdn.ts",
    "test": "vitest run --passWithNoTests",
    "typecheck": "tsc --noEmit"
  }
}