{
  "name": "@mazaal-dev/widget",
  "version": "1.4.5",
  "description": "Drop-in AI chat widget for any website — one script tag connects any Mazaal agent with streaming replies, markdown rendering, visitor identification, and human handoff. Framework-agnostic, zero-config.",
  "main": "dist/mazaal-widget.iife.js",
  "browser": "dist/mazaal-widget.iife.js",
  "unpkg": "dist/mazaal-widget.iife.js",
  "jsdelivr": "dist/mazaal-widget.iife.js",
  "type": "module",
  "files": [
    "dist"
  ],
  "displayName": "Mazaal Widget",
  "homepage": "https://mazaal.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Mazaal-AI/mazaal_widget.git"
  },
  "bugs": {
    "url": "https://github.com/Mazaal-AI/mazaal_widget/issues"
  },
  "categories": [
    "chat",
    "widget",
    "customer-service",
    "ai"
  ],
  "keywords": [
    "chat",
    "chat-widget",
    "chatbot",
    "ai",
    "ai-chat",
    "ai-agent",
    "agent",
    "conversational-ai",
    "embed",
    "embeddable",
    "widget",
    "mazaal",
    "customer-support",
    "support-widget",
    "helpdesk",
    "live-chat",
    "website-chat",
    "human-handoff",
    "lead-generation",
    "streaming",
    "server-sent-events",
    "sse",
    "markdown",
    "react",
    "typescript",
    "framework-agnostic",
    "zero-config"
  ],
  "author": {
    "name": "Mazaal AI",
    "url": "https://mazaal.ai"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "dev": "vite",
    "build": "npm run build:styles && tsc && vite build",
    "build:styles": "node scripts/build-styles.js",
    "preview": "vite preview",
    "serve": "npx serve",
    "type-check": "tsc --noEmit",
    "watch:styles": "nodemon --watch src/styles/widget.css --exec npm run build:styles"
  },
  "devDependencies": {
    "@types/react": "^18.2.66",
    "@types/react-dom": "^18.2.22",
    "@typescript-eslint/eslint-plugin": "^7.2.0",
    "@typescript-eslint/parser": "^7.2.0",
    "@vitejs/plugin-react": "^4.2.1",
    "eslint": "^8.57.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.6",
    "terser": "^5.37.0",
    "typescript": "^5.2.2",
    "vite": "^7.3.2"
  },
  "dependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-markdown": "^10.1.0",
    "remark-gfm": "^4.0.1"
  },
  "pnpm": {
    "overrides": {
      "minimatch@3": "^3.1.5",
      "minimatch@^9": ">=9.0.9",
      "flatted": ">=3.4.2",
      "picomatch": ">=2.3.2",
      "brace-expansion@1": "^1.1.14",
      "brace-expansion@2": ">=2.0.3",
      "esbuild": ">=0.25.0",
      "rollup": ">=4.60.1",
      "ajv@6": "^6.14.0"
    }
  }
}
