{
  "name": "@wix/ai-assistant-avatar",
  "version": "0.41.0",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "webpack": "./dist/esm/index.js",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js",
      "types": "./dist/types/index.d.ts"
    }
  },
  "files": [
    "dist/cjs",
    "dist/esm",
    "dist/types"
  ],
  "author": {
    "name": "Yaroslav Zaklynskyi",
    "email": "yaroslavz@wix.com"
  },
  "license": "UNLICENSED",
  "scripts": {
    "build": "yoshi-library build",
    "lint": "eslint .",
    "lint:fix": "yarn lint --fix",
    "start": "yoshi-library start",
    "test": "vitest run"
  },
  "dependencies": {
    "@babel/runtime": "^7.27.6",
    "@wix/aria-ai-avatar": "^0.11.0"
  },
  "devDependencies": {
    "@testing-library/react": "^14.3.1",
    "@types/react": "^18.3.23",
    "@types/react-dom": "^18.3.7",
    "@vitejs/plugin-react": "^5.1.2",
    "@wix/eslint-config-yoshi": "^6.188.0",
    "@wix/yoshi-flow-library": "^6.188.0",
    "@wix/yoshi-style-dependencies": "^6.188.0",
    "eslint": "^8.57.1",
    "jsdom": "^27.4.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "typescript": "^5.0.0",
    "vitest": "^4.1.8"
  },
  "eslintConfig": {
    "extends": "@wix/eslint-config-yoshi"
  },
  "lint-staged": {
    "*.{js,ts}": "eslint --fix"
  },
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "sideEffects": false,
  "wallaby": {
    "autoDetect": true
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "ai-assistant-avatar"
    },
    "validations": {
      "postDependenciesBuild": [
        "lint"
      ]
    },
    "framework": {
      "type": "yoshi-flow-library"
    }
  },
  "yoshiFlowLibrary": {
    "buildEsmWithBabel": true
  },
  "falconPackageHash": "3391edda4bca98f151fcbd9ce8a3607c61213e04f474b1126197ea82"
}