{
  "name": "@casoon/skibidoo-ui",
  "version": "1.0.0",
  "description": "SSR-first UI component library for Skibidoo - AHA-Stack (Astro + HTMX + Alpine.js + Tailwind)",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./client": {
      "types": "./dist/client/index.d.ts",
      "import": "./dist/client/index.js"
    },
    "./components/*": {
      "types": "./dist/components/*/index.d.ts",
      "import": "./dist/components/*/index.js"
    },
    "./styles": "./dist/styles/index.css",
    "./styles/*": "./dist/styles/*",
    "./themes/*": "./dist/styles/themes/*",
    "./src/components/*": "./src/components/*",
    "./registry": "./src/registry.ts"
  },
  "files": [
    "dist",
    "src/components/**/*.astro",
    "src/registry.ts",
    "src/styles/**/*"
  ],
  "scripts": {
    "build": "tsup && pnpm build:css",
    "build:css": "cp -r src/styles dist/",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "lint": "biome check src/",
    "format": "biome format --write src/",
    "prepare": "husky"
  },
  "keywords": [
    "skibidoo",
    "ui",
    "components",
    "astro",
    "htmx",
    "alpinejs",
    "tailwindcss",
    "aha-stack",
    "ssr",
    "fragments"
  ],
  "author": "casoon",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/casoon/skibidoo-ui.git"
  },
  "homepage": "https://github.com/casoon/skibidoo-ui",
  "bugs": {
    "url": "https://github.com/casoon/skibidoo-ui/issues"
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "dependencies": {
    "@casoon/fragment-renderer": "0.1.1"
  },
  "peerDependencies": {
    "alpinejs": ">=3.14.0",
    "astro": ">=5.0.0",
    "htmx.org": ">=2.0.0",
    "tailwindcss": ">=4.0.0"
  },
  "peerDependenciesMeta": {
    "htmx.org": {
      "optional": true
    },
    "alpinejs": {
      "optional": true
    }
  },
  "devDependencies": {
    "@biomejs/biome": "^2.3.8",
    "@types/node": "^22.0.0",
    "astro": "^5.0.0",
    "husky": "^9.1.7",
    "tailwindcss": "^4.0.0",
    "tsup": "^8.0.0",
    "typescript": "^5.6.0"
  },
  "volta": {
    "node": "24.0.0"
  }
}
