{
  "name": "@gracefullight/liquid-glass",
  "version": "0.1.0",
  "description": "Liquid glass UI components for React",
  "keywords": [
    "react",
    "ui",
    "glass",
    "liquid",
    "components"
  ],
  "homepage": "https://github.com/gracefullight/liquid-glass",
  "repository": {
    "type": "git",
    "url": "https://github.com/gracefullight/liquid-glass"
  },
  "license": "MIT",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/node": "^22",
    "@types/react": "^19.1",
    "react": "^19.1.0",
    "tsup": "^8.5.0",
    "typescript": "^5"
  },
  "peerDependencies": {
    "react": ">=19.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch"
  }
}