{
  "name": "@anam-ai/agent-widget",
  "version": "0.6.1",
  "description": "Embeddable video agent widget for Anam AI",
  "type": "module",
  "main": "./dist/index.umd.js",
  "module": "./dist/index.js",
  "unpkg": "./dist/index.umd.js",
  "jsdelivr": "./dist/index.umd.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.umd.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "pnpm build && echo '\n  Preview: http://localhost:4173/playground/preview.html\n' && npx serve . -l 4173",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src",
    "test": "vitest run"
  },
  "keywords": [
    "anam",
    "avatar",
    "ai",
    "widget",
    "webrtc",
    "video",
    "conversational-ai"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anam-org/anam-agent-widget.git"
  },
  "author": "Anam AI",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "packageManager": "pnpm@10.15.1",
  "dependencies": {
    "@anam-ai/js-sdk": "^4.20.0",
    "@preact/signals": "^2.6.2",
    "clsx": "^2.1.1",
    "preact": "^10.28.3",
    "preact-custom-element": "^4.6.0"
  },
  "devDependencies": {
    "@preact/preset-vite": "^2.10.3",
    "@tailwindcss/vite": "^4.1.18",
    "autoprefixer": "^10.4.24",
    "eslint": "^9.27.0",
    "happy-dom": "^20.14.3",
    "postcss": "^8.5.6",
    "semantic-release": "^24.2.5",
    "tailwindcss": "^4.1.18",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.34.0",
    "vite": "^7.3.1",
    "vitest": "^3.2.7"
  }
}
