{
  "name": "postcss-custom-media",
  "description": "Use Custom Media Queries in CSS",
  "version": "8.0.2",
  "license": "MIT",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/csstools"
  },
  "engines": {
    "node": "^12 || ^14 || >=16"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md",
    "dist"
  ],
  "dependencies": {
    "postcss-value-parser": "^4.2.0"
  },
  "peerDependencies": {
    "postcss": "^8.3"
  },
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-custom-media"
  },
  "csstools": {
    "cssdbId": "custom-media-queries",
    "exportName": "postcssCustomMedia",
    "humanReadableName": "PostCSS Custom Media",
    "specUrl": "https://www.w3.org/TR/mediaqueries-5/#at-ruledef-custom-media"
  },
  "volta": {
    "extends": "../../package.json"
  }
}