{
  "name": "ai-crw",
  "version": "1.1.9",
  "style": "dist/index.css",
  "description": "ai Chat Widget is a lightweight, customizable React component that adds an AI-powered chat bubble to your website. It seamlessly integrates with OpenRouter to enable real-time conversations powered by leading LLMs like GPT-4 and Claude.",
  "keywords": [
    "react",
    "chat",
    "chatbot",
    "ai",
    "gpt",
    "openrouter",
    "llm",
    "react-component",
    "chat-widget",
    "gpt-chat",
    "ai-assistant",
    "openai",
    "react-chatbot",
    "typescript",
    "react-hook",
    "frontend",
    "llm-integration",
    "ai-ui"
  ],
  "license": "MIT",
  "homepage": "https://github.com/NimrodScH/ai-chat",
  "bugs": {
    "url": "https://github.com/NimrodScH/ai-chat/issues"
  },
  "author": "NimrodSch",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NimrodScH/ai-chat.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "peerDependencies": {
    "react": "^19.1.0",
    "react-dom": "^19.1.0"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "^6.7.2",
    "cors": "^2.8.5",
    "express": "^5.1.0",
    "framer-motion": "^12.9.2",
    "openai": "^4.96.0"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.17.4",
    "@changesets/cli": "^2.29.2",
    "@types/cors": "^2.8.17",
    "@types/express": "^5.0.1",
    "@types/react": "^19.1.2",
    "@types/react-dom": "^19.1.2",
    "@vitejs/plugin-react": "^4.4.1",
    "prettier": "^3.5.3",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "tsup": "^8.4.0",
    "typescript": "^5.8.3",
    "vite": "^6.3.3",
    "vitest": "^3.1.2"
  },
  "scripts": {
    "dev": "vite demo",
    "preview": "vite preview demo",
    "build": "tsup",
    "ci": "npm run build && npm run check-format && npm run check-exports && npm run lint",
    "format": "prettier --write .",
    "check-format": "prettier --check .",
    "check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
    "lint": "tsc",
    "local-release": "changeset version && changeset publish",
    "prepublishOnly": "npm run ci"
  }
}
