{
  "name": "facehash",
  "type": "module",
  "version": "0.1.0",
  "private": false,
  "author": "Cossistant team",
  "description": "Deterministic avatar faces from any string. Lightweight, interactive, pure CSS. Works with any framework.",
  "keywords": [
    "facehash",
    "avatar",
    "react",
    "react-avatar",
    "nextjs",
    "next",
    "og-image",
    "image-generation",
    "deterministic",
    "generative",
    "profile-picture",
    "profile-avatar",
    "identicon",
    "hash",
    "face",
    "3d",
    "interactive",
    "gradient",
    "typescript",
    "accessible",
    "headless",
    "unstyled",
    "css",
    "tailwind",
    "boring-avatars",
    "dicebear",
    "jdenticon",
    "gravatar-alternative",
    "user-avatar",
    "default-avatar"
  ],
  "bugs": {
    "url": "https://github.com/cossistantcom/cossistant/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cossistantcom/cossistant.git",
    "directory": "packages/facehash"
  },
  "license": "MIT",
  "homepage": "https://facehash.dev",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js"
    },
    "./next": {
      "types": "./next/index.d.ts",
      "import": "./next/index.js"
    }
  },
  "main": "./index.js",
  "module": "./index.js",
  "types": "./index.d.ts",
  "peerDependencies": {
    "react": ">=18 <20",
    "react-dom": ">=18 <20",
    "@types/react": "",
    "next": ">=15"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    },
    "next": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
