{
  "name": "@zazz-ui/core",
  "version": "0.4.1",
  "description": "Zazz Design Framework — a zero-build, semantic-token CSS + vanilla JS UI kit built on modern web standards.",
  "keywords": [
    "cascade-layers",
    "css",
    "design-system",
    "design-tokens",
    "ui-kit",
    "vanilla-js",
    "web-components",
    "zero-build"
  ],
  "homepage": "https://zazz.sh",
  "bugs": {
    "url": "https://github.com/dereknelsen/zazz-ui/issues"
  },
  "license": "MIT",
  "author": "Derek Nelsen",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dereknelsen/zazz-ui.git",
    "directory": "packages/core"
  },
  "style": "dist/zazz.css",
  "files": [
    "dist",
    "src",
    "examples",
    "CHANGELOG.md",
    "!src/**/*.test.ts"
  ],
  "type": "module",
  "sideEffects": true,
  "unpkg": "dist/zazz.js",
  "jsdelivr": "dist/zazz.js",
  "exports": {
    ".": {
      "types": "./src/index.d.ts",
      "default": "./src/index.js"
    },
    "./index.css": "./src/index.css",
    "./zazz.css": "./dist/zazz.css",
    "./zazz.js": "./dist/zazz.js",
    "./sri.json": "./dist/sri.json",
    "./head": {
      "types": "./src/head.d.ts",
      "default": "./src/head.js"
    },
    "./manifest": {
      "types": "./src/manifest.d.ts",
      "default": "./src/manifest.js"
    },
    "./primitives/*": "./src/primitives/*",
    "./base/*": "./src/base/*",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "embla-carousel": "^8.6.0",
    "embla-carousel-auto-scroll": "^8.6.0",
    "embla-carousel-autoplay": "^8.6.0",
    "embla-carousel-class-names": "^8.6.0",
    "signal-polyfill": "0.2.2"
  },
  "devDependencies": {
    "@types/node": "^26.2.0",
    "bumpp": "^11.1.0",
    "happy-dom": "^20.11.6",
    "typescript": "^7.0.2",
    "vite": "npm:@voidzero-dev/vite-plus-core@0.2.4",
    "vite-plus": "0.2.4"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json && vp pack && node scripts/generate-heads.mjs && node scripts/generate-sri.mjs",
    "sri": "node scripts/generate-sri.mjs",
    "dev": "tsc -p tsconfig.json --watch",
    "heads": "node scripts/generate-heads.mjs",
    "test": "tsc -p tsconfig.test.json && vp test run",
    "check": "vp check"
  }
}