{
  "name": "@postenbring/hedwig-css",
  "version": "4.1.1",
  "description": "",
  "files": [
    "dist/**",
    "typed-classname/**",
    "assets/**"
  ],
  "exports": {
    ".": "./dist/index.css",
    "./dist/*.css": "./dist/*.css",
    "./typed-classname": {
      "import": {
        "types": "./typed-classname/index.d.mts",
        "default": "./typed-classname/index.mjs"
      },
      "require": {
        "types": "./typed-classname/index.d.ts",
        "default": "./typed-classname/index.js"
      }
    },
    "./typed-classname/index.js": "./typed-classname/index.js",
    "./package.json": "./package.json"
  },
  "license": "MIT",
  "devDependencies": {
    "browserslist": "4.24.5",
    "chokidar-cli": "3.0.0",
    "globby": "14.1.0",
    "lightningcss": "1.30.1",
    "sanitize.css": "^13.0.0",
    "stylelint": "16.19.1",
    "stylelint-config-standard": "36.0.1",
    "stylelint-value-no-unknown-custom-properties": "6.0.1",
    "wait-on": "^8.0.3"
  },
  "dependencies": {
    "clsx": "^2.1.1",
    "@postenbring/hedwig-tokens": "2.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "browserslist": [
    "defaults"
  ],
  "homepage": "https://github.com/bring/hedwig-design-system",
  "repository": {
    "type": "git",
    "url": "https://github.com/bring/hedwig-design-system"
  },
  "keywords": [
    "hedwig",
    "posten",
    "bring",
    "css"
  ],
  "scripts": {
    "build": "pnpm run --sequential /^build:.*/",
    "build:css": "node ./build-css.mjs",
    "build:typed-classname": "node ./typed-classname/build.mjs",
    "build:scoped-css": "node ./build-scoped-css.mjs",
    "dev": "pnpm run --parallel /^dev:.*/",
    "dev:css": "chokidar --initial 'src/**/*.css' '../tokens/tokens-output/**' -c 'pnpm build:css'",
    "dev:typed-classname": "wait-on dist/index.css && node --watch-preserve-output --watch-path dist/index.css --watch ./typed-classname/build.mjs",
    "lint": "stylelint 'src/**/*.css' --cache",
    "lint:fix": "pnpm lint -- --fix",
    "clean": "rm -rf .turbo node_modules dist",
    "show-css-size": "pnpm build:css && echo '\nSize of dist/index.css (original → gzip)' && pnpm dlx gzip-size-cli dist/index.css --include-original"
  }
}