{
  "name": "csso-webpack-plugin",
  "version": "3.0.0",
  "author": "zoobestik <kb.chernenko@gmail.com>",
  "description": "CSSO minification files to serve your webpack bundles",
  "homepage": "https://github.com/zoobestik/csso-webpack-plugin",
  "bugs": {
    "url": "https://github.com/zoobestik/csso-webpack-plugin/issues"
  },
  "keywords": [
    "css",
    "minify",
    "csso",
    "webpack",
    "optimisation"
  ],
  "main": "./lib/index",
  "engines": {
    "node": "^10.13.0 || ^12.20.0 || ^14.13.0 || >=15.0.0",
    "npm": ">=7.0.0"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/zoobestik/csso-webpack-plugin.git"
  },
  "scripts": {
    "lint": "eslint --cache .",
    "test": "npm run build && jest",
    "ci-test": "jest",
    "test-prepare": "cd test/webpack2 && npm install && cd ../webpack4 && npm install && cd ../webpack5 && npm install",
    "build": "babel src --out-dir lib",
    "prepublish": "npm run build"
  },
  "precommit": [
    "lint"
  ],
  "files": [
    "lib",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "typings": "lib/index.d.ts",
  "dependencies": {
    "@types/webpack": ">=4.0",
    "core-js": "^3.10.1",
    "csso": "^5.0.5",
    "source-map": "^0.7.3",
    "webpack-sources": ">=1.0.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.5",
    "@babel/core": "^7.7.5",
    "@babel/preset-env": "^7.7.6",
    "@babel/eslint-parser": "^7.24.0",
    "eslint": "^8.57.1",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.29.1",
    "jest": "^27.5.1",
    "pre-commit": "^1.2.2"
  }
}
