{
  "name": "dfx-theme",
  "version": "22.0.2",
  "description": "dfx-theme is a tiny and simple-to-use Angular Theme management library.",
  "private": false,
  "schematics": "./schematics/collection.json",
  "license": "MIT",
  "homepage": "https://playground.dafnik.me/theme/",
  "sideEffects": false,
  "keywords": [
    "ng",
    "ngx",
    "angular2",
    "angular",
    "typescript",
    "angular",
    "theme",
    "dark-mode",
    "light-mode",
    "angular-theme",
    "angular theme library",
    "angular dark mode",
    "angular light mode",
    "angular theme management",
    "angular theming",
    "angular css variables",
    "angular signals",
    "angular ssr",
    "ui",
    "frontend",
    "css-variables",
    "theme-toggle"
  ],
  "author": {
    "name": "Dafnik",
    "email": "contact@dafnik.me",
    "url": "https://dafnik.me"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/Dafnik"
    },
    {
      "type": "liberapay",
      "url": "https://liberapay.com/Dafnik"
    }
  ],
  "bugs": {
    "url": "https://github.com/Dafnik/dfx-common/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:Dafnik/dfx-common.git",
    "directory": "libs/dfx-theme"
  },
  "peerDependencies": {
    "@angular/common": "22",
    "@angular/core": "22"
  },
  "dependencies": {
    "@angular-devkit/schematics": "22",
    "@schematics/angular": "22",
    "tslib": "^2"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "module": "fesm2022/dfx-theme.mjs",
  "typings": "types/dfx-theme.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/dfx-theme.d.ts",
      "default": "./fesm2022/dfx-theme.mjs"
    }
  },
  "type": "module"
}