{
  "name": "postcss-color-hex-alpha",
  "description": "Use 4 & 8 character hex color notation in CSS",
  "version": "8.0.4",
  "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.4"
  },
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-hex-alpha#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-color-hex-alpha"
  },
  "csstools": {
    "cssdbId": "hexadecimal-alpha-notation",
    "exportName": "postcssColorHexAlpha",
    "humanReadableName": "PostCSS Color Hex Alpha",
    "specUrl": "https://www.w3.org/TR/css-color-4/#hex-notation"
  },
  "volta": {
    "extends": "../../package.json"
  }
}