{
  "name": "@angularity/theming",
  "version": "21.1.0",
  "sideEffects": false,
  "description": "dynamic runtime theming infrastructure for Angular",
  "peerDependencies": {
    "@angular/common": ">=21",
    "@angular/core": ">=21",
    "@angularity/core": "21.1.0",
    "rxjs": ">=7"
  },
  "dependencies": {
    "tslib": "2.x.x"
  },
  "author": "Char2s <char2s@outlook.com>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Char2sGu/angularity.git"
  },
  "bugs": {
    "url": "https://github.com/Char2sGu/angularity/issues"
  },
  "homepage": "https://github.com/Char2sGu/angularity#readme",
  "module": "fesm2022/angularity-theming.mjs",
  "typings": "types/angularity-theming.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/angularity-theming.d.ts",
      "default": "./fesm2022/angularity-theming.mjs"
    }
  }
}