{
  "name": "@nextui-org/avatar",
  "version": "2.0.14",
  "description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
  "keywords": [
    "avatar"
  ],
  "author": "Junior Garcia <jrgarciadev@gmail.com>",
  "homepage": "https://nextui.org",
  "license": "MIT",
  "main": "dist/index.js",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nextui-org/nextui.git",
    "directory": "packages/components/avatar"
  },
  "bugs": {
    "url": "https://github.com/nextui-org/nextui/issues"
  },
  "peerDependencies": {
    "react": ">=18"
  },
  "dependencies": {
    "@react-aria/interactions": "^3.17.0",
    "@react-aria/focus": "^3.14.0",
    "@react-aria/utils": "^3.19.0",
    "@nextui-org/system": "2.0.5",
    "@nextui-org/theme": "2.1.2",
    "@nextui-org/shared-utils": "2.0.2",
    "@nextui-org/react-utils": "2.0.7",
    "@nextui-org/use-image": "2.0.2"
  },
  "clean-package": "../../../clean-package.config.json",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsup src --dts",
    "dev": "yarn build:fast -- --watch",
    "clean": "rimraf dist .turbo",
    "typecheck": "tsc --noEmit",
    "build:fast": "tsup src"
  }
}