{
  "name": "postcss-focus",
  "version": "7.0.0",
  "description": "PostCSS plugin to add :focus-visible selector to every :hover for keyboard accessibility",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "hover",
    "focus",
    "keyboard",
    "accessibility",
    "a11y"
  ],
  "author": "Andrey Sitnik <andrey@sitnik.ru>",
  "license": "MIT",
  "repository": "postcss/postcss-focus",
  "engines": {
    "node": "^18.0.0 || >=20.0.0"
  },
  "funding": [
    {
      "type": "opencollective",
      "url": "https://opencollective.com/postcss/"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/ai"
    }
  ],
  "peerDependencies": {
    "postcss": "^8.1.0"
  }
}
