{
  "name": "@hashbrownai/react",
  "version": "0.5.0",
  "description": "React components for Hashbrown AI",
  "license": "MIT",
  "sideEffects": false,
  "module": "./index.mjs",
  "main": "./index.cjs",
  "types": "./index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./index.d.ts",
      "import": "./index.mjs",
      "require": "./index.cjs"
    }
  },
  "files": [
    "src/**/*",
    "index.*",
    "LICENSE",
    "package.json",
    "README.md"
  ],
  "peerDependencies": {
    "react": ">=18 <20",
    "react-dom": ">=18 <20",
    "@hashbrownai/core": "0.5.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "ai",
    "react",
    "generative ui",
    "generative-ui",
    "hashbrown",
    "typescript"
  ],
  "homepage": "https://hashbrown.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/liveloveapp/hashbrown.git",
    "directory": "packages/react"
  },
  "bugs": {
    "url": "https://github.com/liveloveapp/hashbrown/issues"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/liveloveapp"
  }
}
