{
  "name": "@aiflowy/websdk",
  "version": "1.0.0",
  "description": "Aiflowy AI Assistant Web SDK - Easily embed AI chat widgets into any website",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "unpkg": "dist/index.js",
  "jsdelivr": "dist/index.js",
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "keywords": [
    "aiflowy",
    "ai-chat",
    "chat-widget",
    "sdk",
    "iframe",
    "ai-assistant",
    "customer-service"
  ],
  "author": "Aiflowy",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/aiflowy/aiflowy.git",
    "directory": "aiflowy-ui-websdk"
  },
  "homepage": "https://github.com/aiflowy/aiflowy/tree/main/aiflowy-ui-websdk",
  "bugs": {
    "url": "https://github.com/aiflowy/aiflowy/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "prepublishOnly": "pnpm run build"
  },
  "devDependencies": {
    "@types/node": "^25.8.0",
    "typescript": "~6.0.3",
    "unplugin-dts": "^1.0.0",
    "vite": "^8.0.13"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
