50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "@angular-builders/custom-webpack",
|
|
"version": "12.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"
|
|
},
|
|
"author": "JeB Barabanov",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.14.1"
|
|
},
|
|
"keywords": [
|
|
"cli",
|
|
"angular",
|
|
"builder",
|
|
"angular6",
|
|
"angular-cli",
|
|
"webpack",
|
|
"custom"
|
|
],
|
|
"scripts": {
|
|
"prebuild": "yarn clean",
|
|
"build": "../../node_modules/.bin/tsc && ../../node_modules/.bin/ts-node ../../merge-schemes.ts",
|
|
"postbuild": "yarn test && yarn run e2e",
|
|
"test": "../../node_modules/.bin/jest --config ../../jest-ut.config.js",
|
|
"e2e": "../../node_modules/.bin/jest --config ../../jest-e2e.config.js",
|
|
"clean": "../../node_modules/.bin/rimraf dist",
|
|
"ci": "./scripts/ci.sh"
|
|
},
|
|
"builders": "builders.json",
|
|
"dependencies": {
|
|
"@angular-devkit/architect": ">=0.1200.0 < 0.1300.0",
|
|
"@angular-devkit/build-angular": "^12.0.0",
|
|
"@angular-devkit/core": "^12.0.0",
|
|
"lodash": "^4.17.15",
|
|
"ts-node": "^9.0.0",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"webpack-merge": "^5.7.3"
|
|
},
|
|
"gitHead": "f6d5eb1a7e7db6cd45f0c2551598fb492f94b956"
|
|
}
|