{
  "name": "@agorapulse/ui-theme",
  "version": "22.0.13",
  "description": "Agorapulse UI Theme Library",
  "repository": {
    "type": "git",
    "url": "https://github.com/agorapulse/design.git"
  },
  "author": "Arnaud BUSO",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/agorapulse/design/issues"
  },
  "scripts": {
    "generate-tokens": "cd src && node build.js && cd ../assets && git add mobile_variables.css && git add desktop_variables.css",
    "build:theme": "sass --load-path=node_modules assets/style/theme.scss assets/style/theme.css"
  },
  "homepage": "https://github.com/agorapulse/design#readme",
  "peerDependencies": {
    "@angular/material": "^22.0.0"
  },
  "devDependencies": {
    "style-dictionary": "^3.7.2"
  },
  "exports": {
    "./*": "./*",
    "./assets/desktop_variables.css": {
      "default": "./assets/desktop_variables.css"
    },
    "./assets/fonts/*": "./assets/fonts/*"
  },
  "overrides": {
    "minimatch@9": "^9.0.7"
  }
}
