{
  "name": "@react-ai-avatar-kit/heygen",
  "version": "0.2.2",
  "description": "React hooks for integrating HeyGen streaming avatars",
  "keywords": [
    "react",
    "ai",
    "avatar",
    "heygen",
    "streaming",
    "hooks"
  ],
  "homepage": "https://github.com/kobars/react-ai-avatar-kit#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/kobars/react-ai-avatar-kit.git",
    "directory": "packages/heygen"
  },
  "license": "MIT",
  "author": "Kobar Septyanus Sumarsono",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./types": {
      "types": "./dist/types.d.ts",
      "import": "./dist/types.js",
      "require": "./dist/types.cjs"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "sideEffects": false,
  "dependencies": {
    "@heygen/streaming-avatar": "^2.1.0",
    "@react-ai-avatar-kit/core": "0.1.2"
  },
  "devDependencies": {
    "@types/react": "^19.1.0",
    "typescript": "5.9.2",
    "@repo/typescript-config": "0.1.0"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "clean": "rm -rf dist",
    "lint": "biome check src",
    "format": "biome format --write src",
    "check": "biome check --fix src",
    "check-types": "tsc --noEmit",
    "size": "size-limit"
  }
}