{
  "name": "astro-ui-avatars",
  "description": "Generate customizable user avatars with initials from names",
  "version": "0.0.3",
  "homepage": "https://github.com/codiume/orbit",
  "bugs": "https://github.com/codiume/orbit/issues",
  "author": "codiume",
  "license": "MIT",
  "keywords": [
    "astro",
    "astro-component",
    "astro-ui-avatars",
    "ui",
    "avatar",
    "ui-avatars",
    "user-avatars"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/codiume/orbit.git",
    "directory": "packages/astro-ui-avatars"
  },
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "peerDependencies": {
    "astro": "^5.0.0"
  },
  "scripts": {
    "build": "tsup",
    "check-types": "tsc --declaration --emitDeclarationOnly",
    "check-exports": "attw --pack . --profile esm-only --ignore-rules internal-resolution-error",
    "typecheck": "pnpm check-types && pnpm check-exports"
  }
}