{
  "name": "@candoa/chatbot",
  "version": "0.1.23",
  "description": "Headless React chatbot widget with TypeScript, TailwindCSS support. Customizable AI chat component with hooks for modern React applications.",
  "keywords": [
    "react",
    "chatbot",
    "headless",
    "typescript",
    "tailwindcss",
    "ai",
    "chat",
    "widget",
    "component",
    "hooks",
    "customizable",
    "react-chatbot",
    "chat-widget",
    "ai-chatbot",
    "react-component",
    "ui-library",
    "frontend",
    "javascript",
    "npm",
    "open-source"
  ],
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./style.css": "./dist/index.css"
  },
  "license": "MIT",
  "private": false,
  "homepage": "https://candoa.app",
  "repository": {
    "type": "git",
    "url": "https://github.com/aamancio/candoa-chatbot.git"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@radix-ui/react-portal": "^1.1.5",
    "clsx": "^2.1.0",
    "framer-motion": "^12.7.4",
    "lucide-react": "^0.456.0",
    "tsup": "^7.3.0",
    "typescript": "5.5.4"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@types/react": "18.3.0",
    "@types/react-dom": "18.3.1"
  },
  "scripts": {
    "dev": "tsup src/index.tsx --watch --format esm,cjs --dts --external react --sourcemap --inject-style",
    "build": "tsup src/index.tsx --format esm,cjs --dts --external react --inject-style"
  }
}