{
  "name": "@rasahq/chat-widget-ui",
  "version": "0.1.12",
  "publishConfig": {
    "access": "public"
  },
  "description": "A lightweight and efficient chatbot widget built with StencilJS, designed for seamless integration and customizable interface.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/web-component/web-component.esm.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/RasaHQ/chat-widget.git"
  },
  "files": [
    "dist/",
    "loader/",
    "doc/"
  ],
  "scripts": {
    "build": "stencil build",
    "build:watch": "stencil build --watch",
    "dev": "stencil build --dev --watch --serve",
    "test": "jest --coverage --openHandlesTimeout=2000",
    "lint": "eslint .",
    "test:watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "generate:icons": "node ./scripts/generate-icons.js"
  },
  "dependencies": {
    "@rasahq/chat-widget-sdk": "^0.1.12",
    "uuid": "^10.0.0"
  },
  "devDependencies": {
    "@babel/plugin-syntax-decorators": "^7.24.7",
    "@babel/preset-env": "^7.24.8",
    "@babel/preset-typescript": "^7.24.7",
    "@stencil-community/eslint-plugin": "^0.7.2",
    "@stencil/core": "^4.21.0",
    "@stencil/react-output-target": "^0.7.1",
    "@stencil/sass": "^3.0.12",
    "@stencil/store": "^2.0.16",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.14.12",
    "@typescript-eslint/parser": "^6.0.0",
    "babel-jest": "^29.7.0",
    "hast-util-to-html": "^9.0.1",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "puppeteer": "^22.12.0",
    "svg-parser": "^2.0.4",
    "svgo": "^3.2.0"
  },
  "gitHead": "51f7240ebcaee960e5c9ab1b14d2f80cd7fc2dcd"
}
