61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "@angular-builders/custom-webpack",
|
|
"version": "17.0.2",
|
|
"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": "^14.20.0 || ^16.13.0 || >=18.10.0"
|
|
},
|
|
"keywords": [
|
|
"cli",
|
|
"angular",
|
|
"builder",
|
|
"angular6",
|
|
"angular-cli",
|
|
"webpack",
|
|
"custom"
|
|
],
|
|
"scripts": {
|
|
"prebuild": "yarn clean",
|
|
"build": "yarn prebuild && tsc && ts-node ../../merge-schemes.ts && yarn postbuild",
|
|
"postbuild": "yarn test && yarn run e2e",
|
|
"test": "jest --config ../../jest-ut.config.js",
|
|
"e2e": "jest --config ../../jest-e2e.config.js",
|
|
"clean": "rimraf dist",
|
|
"ci": "./scripts/ci.sh"
|
|
},
|
|
"builders": "builders.json",
|
|
"dependencies": {
|
|
"@angular-builders/common": "1.0.2",
|
|
"@angular-devkit/architect": ">=0.1700.0 < 0.1800.0",
|
|
"@angular-devkit/build-angular": "^17.0.0",
|
|
"@angular-devkit/core": "^17.0.0",
|
|
"lodash": "^4.17.15",
|
|
"webpack-merge": "^5.7.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/compiler-cli": "^17.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "29.7.0",
|
|
"rimraf": "^5.0.0",
|
|
"ts-node": "^10.0.0",
|
|
"typescript": "5.4.3"
|
|
},
|
|
"gitHead": "0a34585dbcac4b1ee7f0973b5ee384e6453b5a01"
|
|
}
|