{
  "name": "postcss-browser-reporter",
  "version": "0.7.0",
  "description": "PostCSS plugin to report warning messages right in your browser",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "warnings"
  ],
  "author": "Alexey Gaziev <alex.gaziev@gmail.com>",
  "license": "MIT",
  "repository": "postcss/postcss-browser-reporter",
  "engines": {
    "node": ">=18.0"
  },
  "funding": [
    {
      "type": "opencollective",
      "url": "https://opencollective.com/postcss/"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/ai"
    }
  ],
  "peerDependencies": {
    "postcss": "^8.2.14"
  }
}
