{
  "name": "@uppsala-designsystem/theme",
  "version": "1.5.1",
  "description": "Predefined themes for Designsystemet",
  "author": "Uppsala kommun",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/UppsalaKommun/designsystemet.git"
  },
  "homepage": "https://github.com/UppsalaKommun/designsystemet/tree/main/packages/theme",
  "license": "MIT",
  "exports": {
    ".": "./brand/uppsala-kommun.css",
    "./*": "./brand/*",
    "./tokens/*": "./tokens/*"
  },
  "files": [
    "brand/**/*.css",
    "brand/**/*.d.ts",
    "*.css",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "clean": "rimraf brand"
  },
  "devDependencies": {
    "rimraf": "6.1.0"
  }
}
