{
  "name": "@kocal/friendly-errors-webpack-plugin",
  "publishConfig": {
    "access": "public"
  },
  "version": "3.0.0",
  "description": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "src",
    "index.js",
    "index.d.ts"
  ],
  "keywords": [
    "friendly",
    "errors",
    "webpack",
    "plugin"
  ],
  "author": "Geoffroy Warin",
  "maintainers": [
    {
      "name": "Hugo Alliaume",
      "email": "hugo@alliau.me"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kocal/friendly-errors-webpack-plugin.git"
  },
  "bugs": {
    "url": "https://github.com/kocal/friendly-errors-webpack-plugin/issues"
  },
  "license": "MIT",
  "peerDependencies": {
    "webpack": "^5.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/preset-react": "^7.28.0",
    "@eslint/js": "^9.0.0",
    "babel-loader": "^10.0.0",
    "eslint": "^9.39.0",
    "eslint-webpack-plugin": "^5.0.3",
    "globals": "^16.0.0",
    "memfs": "^4.17.0",
    "vitest": "^4.0.18",
    "webpack": "^5.105.0"
  },
  "dependencies": {
    "consola": "^3.2.3",
    "error-stack-parser": "^2.1.4",
    "picocolors": "^1.1.1",
    "string-width": "^4.2.3"
  },
  "engines": {
    "node": "^22.13.0 || >=24.0.0"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "eslint . && vitest run"
  }
}