UNPKG

1.56 kBJSONView Raw
1{
2 "name": "@angular-builders/custom-webpack",
3 "version": "14.0.0",
4 "description": "Custom webpack builders for Angular build facade. Allow to modify Angular build configuration without ejecting it",
5 "main": "dist/index.js",
6 "files": [
7 "dist",
8 "builders.json"
9 ],
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/just-jeb/angular-builders",
13 "directory": "packages/custom-webpack"
14 },
15 "publishConfig": {
16 "access": "public"
17 },
18 "author": "JeB Barabanov",
19 "license": "MIT",
20 "engines": {
21 "node": "^14.15.0 || >=16.10.0"
22 },
23 "keywords": [
24 "cli",
25 "angular",
26 "builder",
27 "angular6",
28 "angular-cli",
29 "webpack",
30 "custom"
31 ],
32 "scripts": {
33 "prebuild": "yarn clean",
34 "build": "tsc && ts-node ../../merge-schemes.ts",
35 "postbuild": "yarn test && yarn run e2e",
36 "test": "jest --config ../../jest-ut.config.js",
37 "e2e": "jest --config ../../jest-e2e.config.js",
38 "clean": "rimraf dist",
39 "ci": "./scripts/ci.sh"
40 },
41 "builders": "builders.json",
42 "dependencies": {
43 "@angular-devkit/architect": ">=0.1400.0 < 0.1500.0",
44 "@angular-devkit/build-angular": "^14.0.0",
45 "@angular-devkit/core": "^14.0.0",
46 "lodash": "^4.17.15",
47 "ts-node": "^10.0.0",
48 "tsconfig-paths": "^3.9.0",
49 "webpack-merge": "^5.7.3"
50 },
51 "peerDependencies": {
52 "@angular/compiler-cli": "^14.0.0"
53 },
54 "devDependencies": {
55 "jest": "28.1.0",
56 "rimraf": "^3.0.2",
57 "typescript": "4.6.4"
58 },
59 "gitHead": "f59dd38f4a81653b76f34435a53ea98b245c2a14"
60}