{
  "name": "ethereal-touch-chat-ui",
  "description": "Chatbot Widget component for React/JavaScript applications",
  "version": "0.1.33",
  "repository": {
    "type": "git",
    "url": "https://github.com/Ethereal-Covenant/ethereal-touch-chat-ui"
  },
  "homepage": "https://github.com/Ethereal-Covenant",
  "author": {
    "name": "Ethereal Covenant"
  },
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "./dist/ethereal-touch-chat-ui.umd.cjs",
  "module": "./dist/ethereal-touch-chat-ui.js",
  "exports": {
    ".": {
      "import": "./dist/ethereal-touch-chat-ui.js",
      "require": "./dist/ethereal-touch-chat-ui.umd.cjs"
    },
    "./dist/style.css": "./dist/style.css"
  },
  "scripts": {
    "dev": "vite",
    "prebuild": "rm -rf dist",
    "build": "tsc -b && vite build",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview",
    "prepublishOnly": "NODE_ENV=production npm run build"
  },
  "peerDependencies": {
    "react": "^18.3.1 || ^19.0.0",
    "react-dom": "^18.3.1 || ^19.0.0"
  },
  "dependencies": {
    "@types/react-syntax-highlighter": "^15.5.13",
    "axios": "^1.7.5",
    "lucide-react": "^0.417.0",
    "react-markdown": "^9.0.1",
    "react-syntax-highlighter": "^15.5.0",
    "rehype-raw": "^7.0.0",
    "rehype-sanitize": "^6.0.0",
    "rehype-video": "^2.2.0",
    "remark-gfm": "^4.0.0",
    "styled-components": "^6.1.13",
    "vite-tsconfig-paths": "^4.3.2"
  },
  "devDependencies": {
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "@types/node": "^22.0.0",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@types/styled-components": "^5.1.34",
    "@typescript-eslint/eslint-plugin": "^7.15.0",
    "@typescript-eslint/parser": "^7.15.0",
    "@vitejs/plugin-basic-ssl": "^1.1.0",
    "@vitejs/plugin-react": "^4.3.1",
    "autoprefixer": "^10.4.19",
    "babel-plugin-styled-components": "^2.1.4",
    "eslint": "^8.57.0",
    "eslint-plugin-react-hooks": "^4.6.2",
    "eslint-plugin-react-refresh": "^0.4.7",
    "postcss": "^8.4.40",
    "typescript": "^5.2.2",
    "vite": "^5.3.4",
    "vite-plugin-dts": "^4.0.0-beta.1",
    "vite-plugin-static-copy": "^1.0.6"
  }
}
