{
  "name": "@heroui-pro/react",
  "version": "1.0.0-beta.8",
  "description": "HeroUI React",
  "license": "UNLICENSED",
  "author": "HeroUI",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "postinstall": "node ./dist/postinstall/index.js"
  },
  "dependencies": {
    "chalk": "5.6.2",
    "heroui-pro": "^1.0.0-alpha.1"
  }
}
