{
  "name": "n8n-chat-widget",
  "type": "module",
  "version": "1.0.16",
  "description": "A chat widget for n8n that allows users to interact with the n8n workflow engine.",
  "main": "dist/chat-widget.umd.js",
  "module": "dist/chat-widget.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types":   "./dist/index.d.ts",
      "import": "./dist/chat-widget.esm.js",
      "require": "./dist/chat-widget.umd.js"
    }
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c && tsc --project tsconfig.json",
    "prepare": "npm run build"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "lucide-react": ">=0.462.0"
  },
  "dependencies": {
    "@radix-ui/react-slot": "^1.2.0",
    "@radix-ui/react-toast": "^1.2.11",
    "class-variance-authority": "^0.7.1",
    "postcss": "^8.5.3",
    "tailwind": "^4.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-replace": "^6.0.2",
    "@rollup/plugin-typescript": "^12.1.2",
    "@tailwindcss/postcss": "^4.1.4",
    "@types/react": "^19.1.2",
    "@types/react-dom": "^19.1.2",
    "autoprefixer": "^10.4.21",
    "clsx": "^2.1.1",
    "rollup": "^4.40.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "tailwind-merge": "^3.2.0",
    "tailwindcss": "^4.1.4",
    "tslib": "^2.8.1",
    "typescript": "^5.8.3"
  }
}
