{
  "name": "@essex/webpack-config",
  "version": "22.0.3",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "scripts": {
    "clean": "rimraf lib",
    "build": "tsc --emitDeclarationOnly && swc src -d lib --strip-leading-paths",
    "release": "yarn npm publish --tolerate-republish --access public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/essex-js-build.git",
    "directory": "packages/config-webpack"
  },
  "dependencies": {
    "@essex/swc-opts": "^21.0.2",
    "@swc/cli": "^0.3.14",
    "@swc/core": "1.6.5",
    "@types/webpack": "^5.28.5",
    "css-loader": "^7.1.2",
    "debug": "^4.3.5",
    "fork-ts-checker-webpack-plugin": "^9.0.2",
    "html-webpack-plugin": "^5.6.0",
    "lodash": "^4.17.21",
    "mini-css-extract-plugin": "^2.9.0",
    "sass-loader": "^14.2.1",
    "style-loader": "^4.0.0",
    "swc-loader": "^0.2.6",
    "tsconfig-paths-webpack-plugin": "^4.1.0",
    "tslib": "^2.6.3",
    "webpack": "^5.92.1",
    "webpack-dev-server": "^5.0.4"
  },
  "devDependencies": {
    "@essex/tsconfig-node": "^3.1.1",
    "@types/debug": "^4.1.12",
    "@types/express": "^4.17.21",
    "@types/lodash": "^4.17.5",
    "@types/node": "^20.14.8",
    "rimraf": "^5.0.7",
    "typescript": "^5.5.2"
  },
  "peerDependencies": {
    "typescript": ">= 4",
    "webpack": ">= 5"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    },
    "webpack": {
      "optional": true
    }
  }
}