{
  "name": "postcss-preset-evergreen",
  "version": "0.8.4",
  "description": "A `postcss` preset for modern css syntaxes",
  "license": "MIT",
  "author": {
    "name": "Eric Chen"
  },
  "keywords": [
    "css",
    "evergreen",
    "postcss",
    "postcss-plugin",
    "preset",
    "style",
    "syntax",
    "transform"
  ],
  "homepage": "https://github.com/best-shot/postcss-preset-evergreen",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/best-shot/postcss-preset-evergreen.git"
  },
  "bugs": {
    "url": "https://github.com/best-shot/postcss-preset-evergreen/issues"
  },
  "main": "lib/index.cjs",
  "files": [
    "lib"
  ],
  "type": "commonjs",
  "dependencies": {
    "@csstools/postcss-hwb-function": "^5.0.2",
    "@csstools/postcss-is-pseudo-class": "^6.0.0",
    "@csstools/postcss-oklab-function": "^5.0.2",
    "autoprefixer": "^10.4.27",
    "browserslist": "^4.28.1",
    "postcss-clamp": "^4.1.0",
    "postcss-color-functional-notation": "^8.0.2",
    "postcss-color-hex-alpha": "^11.0.0",
    "postcss-flexbugs-fixes": "^5.0.2",
    "postcss-font-variant": "^5.0.0",
    "postcss-gap-properties": "^7.0.0",
    "postcss-logical": "^9.0.0",
    "postcss-media-minmax": "^5.0.0",
    "postcss-nesting": "^14.0.0",
    "postcss-opacity-percentage": "^3.0.0",
    "postcss-overflow-shorthand": "^7.0.0",
    "postcss-page-break": "^3.0.4",
    "postcss-place": "^11.0.0",
    "postcss-replace-overflow-wrap": "^4.0.0",
    "postcss-safe-area": "^0.1.1",
    "postcss-selector-not": "^9.0.0",
    "postcss-will-change": "^4.0.1"
  },
  "devDependencies": {
    "@bring-it/npm": "^0.9.3",
    "@nice-move/all-in-base": "^0.6.40",
    "ava": "^6.4.1",
    "eslint": "^9.39.2",
    "garou": "^0.9.17",
    "postcss": "^8.5.8",
    "prettier": "~3.8.0"
  },
  "peerDependencies": {
    "postcss": "^8.5.6"
  },
  "engines": {
    "node": ">=20.18.0",
    "pnpm": "^10.27.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "ava": {
    "extensions": [
      "mts",
      "mjs"
    ]
  },
  "prettier": "@nice-move/prettier-config",
  "todos": [
    "postcss-custom-properties",
    "postcss-css-variables"
  ],
  "x-readme": {
    "logo": "https://postcss.org/assets/postcss-CsElRNOW.svg"
  },
  "scripts": {
    "lint:eslint": "eslint . --quiet --fix --concurrency=auto",
    "lint:staged": "nice-move lint staged",
    "snapshot": "ava --fail-fast -u",
    "test": "ava --fail-fast"
  }
}