{
  "name": "postcss-dark-theme-class",
  "version": "2.0.0",
  "description": "CSS solution for light/dark/auto theme switcher for websites",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "dark",
    "dark-theme",
    "light",
    "auto-theme",
    "theme-switcher"
  ],
  "author": "Andrey Sitnik <andrey@sitnik.ru>",
  "license": "MIT",
  "repository": "postcss/postcss-dark-theme-class",
  "engines": {
    "node": ">=20.0"
  },
  "funding": [
    {
      "type": "opencollective",
      "url": "https://opencollective.com/postcss/"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/ai"
    }
  ],
  "peerDependencies": {
    "postcss": "^8.2.14"
  },
  "dependencies": {
    "postcss-value-parser": "^4.2.0"
  }
}
