{
  "name": "@angular-builders/custom-webpack",
  "version": "22.0.0",
  "description": "Custom webpack builders for Angular build facade. Allow to modify Angular build configuration without ejecting it",
  "main": "dist/index.js",
  "files": [
    "dist",
    "builders.json"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/just-jeb/angular-builders",
    "directory": "packages/custom-webpack"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "JeB Barabanov",
  "license": "MIT",
  "engines": {
    "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  },
  "keywords": [
    "cli",
    "angular",
    "builder",
    "angular6",
    "angular-cli",
    "webpack",
    "custom"
  ],
  "scripts": {
    "prebuild": "yarn clean",
    "build": "yarn prebuild && tsc && tsc -p tsconfig.schematics.json && yarn copy:schematics && jiti ../../merge-schemes.ts && yarn postbuild",
    "copy:schematics": "copyfiles -u 2 \"src/schematics/**/*.json\" dist/schematics && copyfiles -u 2 \"src/schematics/**/files/**\" dist/schematics",
    "postbuild": "yarn test && yarn run e2e",
    "test": "jest --config ../../jest-ut.config.js",
    "e2e": "jest --config ../../jest-e2e.config.js",
    "clean": "rimraf dist"
  },
  "builders": "builders.json",
  "schematics": "./dist/schematics/collection.json",
  "ng-add": {
    "save": "devDependencies"
  },
  "ng-update": {
    "migrations": "./dist/schematics/migrations.json"
  },
  "dependencies": {
    "@angular-builders/common": "6.0.0",
    "@angular-devkit/architect": ">=0.2200.0 < 0.2300.0",
    "@angular-devkit/build-angular": "^22.0.0",
    "@angular-devkit/core": "^22.0.0",
    "@angular-devkit/schematics": "^22.0.0",
    "@angular/build": "^22.0.0",
    "@schematics/angular": "^22.0.0",
    "lodash": "^4.17.15",
    "webpack-merge": "^6.0.0"
  },
  "peerDependencies": {
    "@angular/compiler-cli": "^22.0.0",
    "rxjs": ">=7.0.0"
  },
  "devDependencies": {
    "copyfiles": "^2.4.1",
    "jest": "30.4.2",
    "rimraf": "^6.0.0",
    "typescript": "6.0.3"
  },
  "gitHead": "7cebff945e983b9af11f4f1ba78d3b993dd635f5"
}
