{
  "name": "hexabot-chat-widget",
  "version": "2.1.9",
  "description": "Hexabot is a solution for creating and managing chatbots across multiple channels, leveraging AI for advanced conversational capabilities. It provides a user-friendly interface for building, training, and deploying chatbots with integrated support for various messaging platforms.",
  "author": "Hexastack",
  "license": "AGPL-3.0-only",
  "type": "module",
  "main": "dist/hexabot-widget.umd.js",
  "style": "dist/style.css",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "lint:fix": "eslint . --ext ts,tsx --fix",
    "preview": "vite preview",
    "serve": "npx http-server ./dist/",
    "typecheck": "tsc --noEmit"
  },
  "lint-staged": {
    "*.{ts,tsx}": "eslint --fix -c \".eslintrc-staged.json\""
  },
  "dependencies": {
    "@types/emoji-js": "^3.5.2",
    "autolinker": "^4.0.0",
    "dayjs": "^1.11.12",
    "emoji-js": "^3.8.0",
    "normalize.css": "^8.0.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "socket.io-client": "^4.7.5"
  },
  "devDependencies": {
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@typescript-eslint/eslint-plugin": "^7.15.0",
    "@typescript-eslint/parser": "^7.15.0",
    "@vitejs/plugin-react": "^4.3.1",
    "eslint": "^8.57.0",
    "eslint-plugin-header": "^3.1.1",
    "eslint-plugin-react": "^7.37.2",
    "eslint-plugin-react-hooks": "^4.6.2",
    "eslint-plugin-react-refresh": "^0.4.7",
    "lint-staged": "^15.3.0",
    "sass": "^1.77.8",
    "typescript": "^5.2.2",
    "vite": "^5.3.4",
    "vite-plugin-dts": "^4.0.2"
  },
  "optionalDependencies": {
    "@rollup/rollup-darwin-arm64": "^4.24.0",
    "@esbuild/darwin-arm64": "^0.24.0"
  }
}