{
  "name": "@csstools/postcss-oklab-function",
  "description": "Use oklab() and oklch() color functions in CSS",
  "version": "1.1.1",
  "author": "Jonathan Neal <jonathantneal@hotmail.com>",
  "license": "CC0-1.0",
  "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": {
    "@csstools/postcss-progressive-custom-properties": "^1.1.0",
    "postcss-value-parser": "^4.2.0"
  },
  "peerDependencies": {
    "postcss": "^8.2"
  },
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-oklab-function"
  },
  "csstools": {
    "exportName": "postcssOKLabFunction",
    "humanReadableName": "PostCSS OKLab Function"
  },
  "volta": {
    "extends": "../../package.json"
  }
}