{
  "name": "@wayofdev/postcss-config",
  "version": "4.0.0",
  "private": false,
  "description": "A shareable postcss configuration for projects.",
  "keywords": [
    "postcss",
    "postcss-config"
  ],
  "homepage": "https://github.com/wayofdev/npm-shareable-configs/tree/master/packages/postcss-config#readme",
  "bugs": {
    "url": "https://github.com/wayofdev/npm-shareable-configs/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wayofdev/npm-shareable-configs.git",
    "directory": "packages/postcss-config"
  },
  "license": "MIT",
  "author": {
    "name": "Andrij Orlenko",
    "email": "lotyp7@gmail.com",
    "url": "https://github.com/lotyp"
  },
  "exports": {
    ".": {
      "require": "./src/index.js"
    }
  },
  "main": "src/index.js",
  "files": [
    "src/*",
    "scripts/*"
  ],
  "dependencies": {
    "autoprefixer": "^10.4.16",
    "postcss": "^8.4.33",
    "postcss-100vh-fix": "^1.0.2",
    "postcss-cli": "^11.0.0",
    "postcss-flexbugs-fixes": "^5.0.2",
    "postcss-normalize": "^10.0.1",
    "postcss-preset-env": "^9.3.0",
    "postcss-reporter": "^7.0.5"
  },
  "devDependencies": {
    "@types/postcss-reporter": "^7.0.5",
    "es-check": "^7.1.1"
  },
  "peerDependencies": {
    "@wayofdev/lint-staged-config": "^2.2.0",
    "postcss": ">= 8",
    "sanitize.css": ">= 13",
    "tailwindcss": ">= 3"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rimraf ./dist ./coverage ./tsconfig.tsbuildinfo",
    "lint": "eslint --ext .ts,.tsx,.js,.jsx,.mjs,.cjs,.mts,.cts --cache --cache-location ../../.cache/eslint/postcss-config.eslintcache",
    "lint:dist": "es-check -v",
    "lint:fix": "eslint --ext .ts,.tsx,.js,.jsx,.mjs,.cjs,.mts,.cts --fix --cache --cache-location ../../.cache/eslint/postcss-config.eslintcache",
    "lint:types": "tsc --project tsconfig.json --noEmit"
  }
}