{
  "name": "@kolkrabbi/kol-theme",
  "version": "0.145.0",
  "description": "KOL (Kolkrabbi) design-system tokens + base CSS — brand-neutral. The canonical token/cascade layer every other KOL package and consumer builds on.",
  "license": "MIT",
  "type": "module",
  "sideEffects": [
    "*.css"
  ],
  "style": "./kol-theme.css",
  "exports": {
    ".": "./kol-theme.css",
    "./core": "./kol-core.css",
    "./*": "./*"
  },
  "files": [
    "*.css",
    "README.md"
  ],
  "keywords": [
    "kol",
    "kolkrabbi",
    "design-system",
    "css",
    "design-tokens"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tor-Grimsson/kol-ds.git",
    "directory": "packages/theme"
  },
  "publishConfig": {
    "access": "public"
  }
}