{
  "name": "@utahdts/utah-design-system-header",
  "version": "5.1.0",
  "description": "Utah Header for the Utah Design System",
  "exports": {
    ".": {
      "development-local": "./src/index.js",
      "development": "./dist/utah-design-system-header.es.js",
      "production": "./dist/utah-design-system-header.es.js",
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/utah-design-system-header.es.js"
      },
      "types": "./dist/index.d.ts",
      "require": "./dist/utah-design-system-header.umd.js",
      "default": [
        "./dist/utah-design-system-header.es.js",
        "./dist/utah-design-system-header.umd.js",
        "./src/index.js"
      ]
    },
    "./css": "./dist/style.css",
    "./dist/*": "./dist/*"
  },
  "main": "./src/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "src/css",
    "dist"
  ],
  "scripts": {
    "build": "vite build",
    "buildw": "vite build --watch",
    "buildTypes": "mkdir -p dist && cp ./artifacts/index.d.ts ./dist/",
    "generateTypes": "npx tsc",
    "clean": "run-s cleanPackageLock cleanDist cleanNodeModules",
    "cleani": "run-s clean npmi",
    "cleanDist": "rimraf ./dist",
    "cleanNodeModules": "rimraf ./node_modules",
    "cleanPackageLock": "rimraf package-lock.json",
    "npmi": "npm i",
    "preview": "vite preview",
    "publishHeader": "npm publish --access public",
    "test-publish": "npm publish --dry-run",
    "test": "vitest",
    "testw": "vitest",
    "testc": "vitest run --coverage",
    "testOnce": "vitest run",
    "testui": "vitest --ui",
    "tsc": "tsc",
    "tscw": "tsc --watch --skipLibCheck",
    "watch": "vite build --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/utahdts/utah-design-system.git"
  },
  "keywords": [
    "design system",
    "dts",
    "utah",
    "utah header",
    "components"
  ],
  "license": "Apache 2.0",
  "bugs": {
    "url": "https://github.com/utahdts/utah-design-system/issues"
  },
  "homepage": "https://github.com/utahdts/utah-design-system#readme",
  "dependencies": {
    "@floating-ui/dom": "^1.7.6"
  },
  "devDependencies": {
    "@vitest/ui": "^4.1.5",
    "jsdom": "^29.1.1",
    "replace": "1.2.2",
    "sass": "^1.99.0",
    "tslib": "2.8.1",
    "typescript": "^6.0.3",
    "vite": "^8.0.10",
    "vitest": "^4.1.5"
  },
  "type": "module"
}
