{
  "name": "astro-headless-ui",
  "author": "Bryce Russell",
  "license": "MIT",
  "version": "0.0.30",
  "description": "A collection of headless components and utilities for Astro. Pagination, Breadcrumb, Themes, Copy buttons, and more!",
  "repository": {
    "type": "git",
    "url": "https://github.com/BryceRussell/astro-headless-ui"
  },
  "bugs": "https://github.com/BryceRussell/astro-headless-ui/issues",
  "keywords": [
    "astro",
    "astro-component",
    "headless",
    "ui",
    "pagination",
    "breadcrumb"
  ],
  "type": "module",
  "exports": {
    ".": "./index.ts",
    "./style-components": "./style-components/index.ts",
    "./components": "./components/index.ts",
    "./client-components": "./client-components/index.ts",
    "./scripts": "./scripts/index.ts"
  }
}
