{
  "name": "@bquery/ui",
  "version": "1.11.0",
  "description": "Production-grade web component library for the bQuery project",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist-types/index.d.ts",
  "unpkg": "./dist/index.umd.js",
  "jsdelivr": "./dist/index.umd.js",
  "keywords": [
    "bquery",
    "ui",
    "component-library",
    "ui-library",
    "web-components",
    "custom-elements",
    "shadow-dom",
    "design-system",
    "design-tokens",
    "framework-agnostic",
    "typescript",
    "accessible-components",
    "a11y"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "types": "./dist-types/index.d.ts"
    },
    "./components/*": {
      "import": "./dist/components/*.js",
      "types": "./dist-types/components/*/index.d.ts"
    },
    "./tokens": {
      "import": "./dist/tokens/index.js",
      "types": "./dist-types/tokens/index.d.ts"
    },
    "./theme": {
      "import": "./dist/theme/index.js",
      "types": "./dist-types/theme/index.d.ts"
    },
    "./i18n": {
      "import": "./dist/i18n/index.js",
      "types": "./dist-types/i18n/index.d.ts"
    },
    "./utils": {
      "import": "./dist/utils/index.js",
      "types": "./dist-types/utils/index.d.ts"
    },
    "./register": {
      "import": "./dist/register.js",
      "types": "./dist-types/register.d.ts"
    }
  },
  "sideEffects": [
    "./dist/index.js",
    "./dist/index.cjs",
    "./dist/register.js",
    "./dist/register.cjs",
    "./dist/components/*.js",
    "./dist/components/*.cjs",
    "./dist/component-*.js",
    "./dist/component-*.cjs"
  ],
  "files": [
    "dist",
    "dist-types",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "dev": "vite",
    "build": "npm run build:lib && npm run build:cdn && npm run build:types",
    "build:lib": "vite build",
    "build:cdn": "vite build --config vite.cdn.config.ts",
    "build:types": "tsc --emitDeclarationOnly --outDir dist-types",
    "build:docs": "vitepress build docs",
    "dev:docs": "vitepress dev docs",
    "test": "bun test",
    "lint:types": "tsc --noEmit",
    "clean": "rm -rf dist dist-types docs/.vitepress/dist docs/.vitepress/cache",
    "storybook": "storybook dev --port 6006",
    "build:storybook": "storybook build --output-dir storybook-static"
  },
  "peerDependencies": {
    "@bquery/bquery": "^1.11.0"
  },
  "devDependencies": {
    "@bquery/bquery": "^1.11.0",
    "@storybook/addon-docs": "^10.3.6",
    "@storybook/web-components-vite": "^10.3.6",
    "@tailwindcss/postcss": "^4.2.4",
    "@types/node": "^25.6.0",
    "autoprefixer": "^10.5.0",
    "bun-types": "^1.3.13",
    "happy-dom": "^20.9.0",
    "postcss": "^8.5.12",
    "storybook": "^10.3.6",
    "tailwindcss": "^4.2.4",
    "typescript": "^6.0.3",
    "vite": "^8.0.10",
    "vite-plugin-dts": "^5.0.0",
    "vitepress": "^1.6.4"
  }
}
