{
  "name": "postcss-loader",
  "version": "8.2.1",
  "description": "PostCSS loader for webpack",
  "keywords": [
    "css",
    "postcss",
    "postcss-runner",
    "webpack",
    "webpack-loader"
  ],
  "homepage": "https://github.com/webpack/postcss-loader",
  "bugs": "https://github.com/webpack/postcss-loader/issues",
  "repository": "webpack/postcss-loader",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/webpack"
  },
  "license": "MIT",
  "author": "Andrey Sitnik <andrey@sitnik.ru>",
  "main": "dist/cjs.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "npm run build -- -w",
    "clean": "del-cli dist",
    "prebuild": "npm run clean",
    "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
    "commitlint": "commitlint --from=main",
    "security": "npm audit --omit=dev",
    "lint:prettier": "prettier --cache --list-different .",
    "lint:code": "eslint --cache .",
    "lint:spelling": "cspell --cache --no-must-find-files --quiet \"**/*.*\"",
    "lint": "npm-run-all -l -p \"lint:**\"",
    "fix:code": "npm run lint:code -- --fix",
    "fmt": "npm run lint:prettier -- --write",
    "fix": "npm run fix:code && npm run fmt",
    "test:only": "cross-env NODE_ENV=test jest",
    "test:watch": "npm run test:only -- --watch",
    "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
    "pretest": "npm run lint",
    "test": "npm run test:coverage",
    "prepare": "husky && npm run build",
    "release": "standard-version"
  },
  "dependencies": {
    "cosmiconfig": "^9.0.0",
    "jiti": "^2.5.1",
    "semver": "^7.6.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.24.7",
    "@babel/core": "^7.24.7",
    "@babel/preset-env": "^7.24.7",
    "@commitlint/cli": "^20.3.1",
    "@commitlint/config-conventional": "^20.3.1",
    "babel-jest": "^30.0.5",
    "cross-env": "^7.0.3",
    "cspell": "^9.6.2",
    "cssnano": "^7.1.2",
    "del": "^7.1.0",
    "del-cli": "^6.0.0",
    "eslint": "^9.32.0",
    "eslint-config-webpack": "^4.9.1",
    "husky": "^9.1.3",
    "jest": "^30.0.5",
    "less": "^4.2.0",
    "less-loader": "^12.2.0",
    "lint-staged": "^16.2.7",
    "memfs": "^4.9.3",
    "midas": "^2.0.3",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.4.39",
    "postcss-dark-theme-class": "^1.3.0",
    "postcss-import": "^16.1.0",
    "postcss-js": "^4.0.1",
    "postcss-load-config": "^5.1.0",
    "postcss-nested": "^6.0.1",
    "postcss-short": "^5.0.0",
    "prettier": "^3.3.2",
    "sass": "^1.77.6",
    "sass-loader": "^14.2.1",
    "standard-version": "^9.3.2",
    "strip-ansi": "^7.1.0",
    "sugarss": "^5.0.1",
    "ts-jest": "^29.4.0",
    "ts-node": "^10.9.1",
    "webpack": "^5.92.1"
  },
  "peerDependencies": {
    "@rspack/core": "0.x || ^1.0.0 || ^2.0.0-0",
    "postcss": "^7.0.0 || ^8.0.1",
    "webpack": "^5.0.0"
  },
  "peerDependenciesMeta": {
    "@rspack/core": {
      "optional": true
    },
    "webpack": {
      "optional": true
    }
  },
  "engines": {
    "node": ">= 18.12.0"
  }
}
