{
  "name": "ngx-avatars",
  "description": "A universal avatar component for Angular applications that fetches / generates avatar based on the information you have about the user.",
  "version": "1.10.2",
  "keywords": [
    "angular",
    "avatar",
    "avatars",
    "badge",
    "gravatar",
    "component",
    "initials"
  ],
  "author": {
    "name": "Heatmanofurioso",
    "url": "https://github.com/Heatmanofurioso",
    "email": "ofuriosoheatman@gmail.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Heatmanofurioso/ngx-avatars"
  },
  "sideEffects": false,
  "dependencies": {
    "ts-md5": "^2.0.1",
    "tslib": "^2.8.1"
  },
  "peerDependencies": {
    "@angular/common": "^21.1.2",
    "@angular/core": "^21.1.2"
  },
  "module": "fesm2022/ngx-avatars.mjs",
  "typings": "types/ngx-avatars.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-avatars.d.ts",
      "default": "./fesm2022/ngx-avatars.mjs"
    }
  }
}