puppeteer/packages/ng-schematics/package.json

87 lines
1.8 KiB
JSON
Raw Normal View History

{
"name": "@puppeteer/ng-schematics",
chore: release main (#9313) :robot: I have created a release *beep* *boop* --- <details><summary>ng-schematics: 0.1.0</summary> ## 0.1.0 (2022-11-23) ### Features * **ng-schematics:** Release @puppeteer/ng-schematics ([#9244](https://github.com/puppeteer/puppeteer/issues/9244)) ([be33929](https://github.com/puppeteer/puppeteer/commit/be33929770e473992ad49029e6d038d36591e108)) </details> <details><summary>puppeteer: 19.3.0</summary> ## [19.3.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.2.2...puppeteer-v19.3.0) (2022-11-23) ### Miscellaneous Chores * **puppeteer:** Synchronize puppeteer versions ### Dependencies * The following workspace dependencies were updated * dependencies * puppeteer-core bumped from 19.2.2 to 19.3.0 </details> <details><summary>puppeteer-core: 19.3.0</summary> ## [19.3.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.2.2...puppeteer-core-v19.3.0) (2022-11-23) ### Features * **puppeteer-core:** Infer element type from complex selector ([#9253](https://github.com/puppeteer/puppeteer/issues/9253)) ([bef1061](https://github.com/puppeteer/puppeteer/commit/bef1061c064e5135d86a48fffd7278f3e7f4a29e)) * **puppeteer-core:** update Chrome launcher flags ([#9239](https://github.com/puppeteer/puppeteer/issues/9239)) ([ae87bfc](https://github.com/puppeteer/puppeteer/commit/ae87bfc2b4361556e3660a1de2c6db348ce663ae)) ### Bug Fixes * remove boundary conditions for visibility ([#9249](https://github.com/puppeteer/puppeteer/issues/9249)) ([e003513](https://github.com/puppeteer/puppeteer/commit/e003513c0c049aad38e374a16dc96c3e54ab0de5)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2022-11-23 13:14:25 +00:00
"version": "0.1.0",
"description": "Puppeteer Angular schematics",
"scripts": {
"dev": "npm run build --watch",
"dev:test": "npm run test --watch",
"copy": "wireit",
"build": "wireit",
"clean": "tsc --build --clean && rimraf lib",
"clean:test": "rimraf test/build",
"test": "wireit"
},
"wireit": {
"copy": {
"clean": "if-file-deleted",
"command": "node copySchemaFiles.js",
"files": [
"src/**/files/**",
"src/**/*.json"
],
"output": [
"lib/**/files/**",
"lib/**/*.json"
],
"dependencies": [
"clean"
]
},
"build": {
"command": "tsc -b",
"files": [
"src/**/*.ts",
"!src/**/files",
"!src/**/*.json"
],
"output": [
"lib/**",
"!lib/**/files",
"!lib/**/*.json"
],
"dependencies": [
"copy"
]
},
"test": {
"command": "mocha",
"dependencies": [
"clean:test",
"build"
]
}
},
"keywords": [
"angular",
"puppeteer",
"schematics"
],
"repository": {
"type": "git",
"url": "https://github.com/puppeteer/puppeteer/tree/main/packages/ng-schematics"
},
"author": "The Chromium Authors",
"license": "Apache-2.0",
"engines": {
"node": ">=14.1.0"
},
"dependencies": {
chore(deps): Bump @angular-devkit/architect from 0.1500.4 to 0.1501.2 (#9543) Bumps [@angular-devkit/architect](https://github.com/angular/angular-cli) from 0.1500.4 to 0.1501.2. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/angular/angular-cli/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular-devkit/architect&package-manager=npm_and_yarn&previous-version=0.1500.4&new-version=0.1501.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-20 10:43:42 +00:00
"@angular-devkit/architect": "^0.1501.2",
chore(deps): Bump @angular-devkit/core from 15.1.1 to 15.1.2 (#9542) Bumps [@angular-devkit/core](https://github.com/angular/angular-cli) from 15.1.1 to 15.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/angular/angular-cli/releases"><code>@​angular-devkit/core</code>'s releases</a>.</em></p> <blockquote> <h2>v15.1.2</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.1.2 (2023-01-18)</h1> <h3><code>@​schematics/angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/0f5fb7e5944e3a521758c67f403d71928f93f7ac"><img src="https://img.shields.io/badge/0f5fb7e59-fix-green" alt="fix - 0f5fb7e59" /></a></td> <td>replace existing <code>BrowserModule.withServerTransition</code> calls when running universal schematic</td> </tr> </tbody> </table> <h3><code>@​angular/cli</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/387472a956b71eaca89e210e64f4d75969abc9d3"><img src="https://img.shields.io/badge/387472a95-fix-green" alt="fix - 387472a95" /></a></td> <td>register schematic aliases when providing collection name in <code>ng generate</code></td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/5d9fd788a997066dea1b2d69dced865a7c60f5c1"><img src="https://img.shields.io/badge/5d9fd788a-fix-green" alt="fix - 5d9fd788a" /></a></td> <td>remove <code>--to</code> option from being required when using <code>--from</code> in <code>ng update</code></td> </tr> </tbody> </table> <h3><code>@​angular-devkit/build-angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/bf4639a6e97670972c3d5b137230e2f08467010e"><img src="https://img.shields.io/badge/bf4639a6e-fix-green" alt="fix - bf4639a6e" /></a></td> <td>prevent hanging initial build during exception with esbuild</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding and Doug Parker</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular/angular-cli/blob/main/CHANGELOG.md"><code>@​angular-devkit/core</code>'s changelog</a>.</em></p> <blockquote> <h1>15.1.2 (2023-01-18)</h1> <h3><code>@​angular/cli</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/387472a956b71eaca89e210e64f4d75969abc9d3">387472a95</a></td> <td>fix</td> <td>register schematic aliases when providing collection name in <code>ng generate</code></td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/5d9fd788a997066dea1b2d69dced865a7c60f5c1">5d9fd788a</a></td> <td>fix</td> <td>remove <code>--to</code> option from being required when using <code>--from</code> in <code>ng update</code></td> </tr> </tbody> </table> <h3><code>@​schematics/angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/0f5fb7e5944e3a521758c67f403d71928f93f7ac">0f5fb7e59</a></td> <td>fix</td> <td>replace existing <code>BrowserModule.withServerTransition</code> calls when running universal schematic</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/build-angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/bf4639a6e97670972c3d5b137230e2f08467010e">bf4639a6e</a></td> <td>fix</td> <td>prevent hanging initial build during exception with esbuild</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding and Doug Parker</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.2.0-next.0 (2023-01-12)</h1> <h3><code>@​angular-devkit/build-angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/09af70743800aefdefe06e0ca32bcdde18f9eb77">09af70743</a></td> <td>feat</td> <td>implement node module license extraction for esbuild builder</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius and Charles Lyding</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular-cli/commit/97b443b2fd3009a41e55984c782c2ddbba5bd41b"><code>97b443b</code></a> release: cut the v15.1.2 release</li> <li><a href="https://github.com/angular/angular-cli/commit/0f5fb7e5944e3a521758c67f403d71928f93f7ac"><code>0f5fb7e</code></a> fix(<code>@​schematics/angular</code>): replace existing `BrowserModule.withServerTransitio...</li> <li><a href="https://github.com/angular/angular-cli/commit/bc5555ca3cfa5a7ec7bb0a851299ac91e0b7920f"><code>bc5555c</code></a> refactor: only collect Node version if it's a standard version string</li> <li><a href="https://github.com/angular/angular-cli/commit/bf4639a6e97670972c3d5b137230e2f08467010e"><code>bf4639a</code></a> fix(<code>@​angular-devkit/build-angular</code>): prevent hanging initial build during exce...</li> <li><a href="https://github.com/angular/angular-cli/commit/387472a956b71eaca89e210e64f4d75969abc9d3"><code>387472a</code></a> fix(<code>@​angular/cli</code>): register schematic aliases when providing collection name ...</li> <li><a href="https://github.com/angular/angular-cli/commit/b0004817c56fab59ffdf212d45ea581d2a3467fb"><code>b000481</code></a> build: update dev-infra packages</li> <li><a href="https://github.com/angular/angular-cli/commit/5d9fd788a997066dea1b2d69dced865a7c60f5c1"><code>5d9fd78</code></a> fix(<code>@​angular/cli</code>): remove <code>--to</code> option from being required when using `--fro...</li> <li><a href="https://github.com/angular/angular-cli/commit/9fa5f2ce0c919fbdec74184eae2ab00934213261"><code>9fa5f2c</code></a> refactor(<code>@​angular-devkit/build-angular</code>): remove direct import of i18n worker ...</li> <li><a href="https://github.com/angular/angular-cli/commit/4b594992e90d762024e4f3dbbfa966990ff21c98"><code>4b59499</code></a> build: update dependency ng-packagr to v15.1.1</li> <li>See full diff in <a href="https://github.com/angular/angular-cli/compare/15.1.1...15.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular-devkit/core&package-manager=npm_and_yarn&previous-version=15.1.1&new-version=15.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-20 10:58:08 +00:00
"@angular-devkit/core": "^15.1.2",
chore(deps): Bump @angular-devkit/schematics from 15.1.1 to 15.1.2 (#9559) Bumps [@angular-devkit/schematics](https://github.com/angular/angular-cli) from 15.1.1 to 15.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/angular/angular-cli/releases"><code>@​angular-devkit/schematics</code>'s releases</a>.</em></p> <blockquote> <h2>v15.1.2</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.1.2 (2023-01-18)</h1> <h3><code>@​schematics/angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/0f5fb7e5944e3a521758c67f403d71928f93f7ac"><img src="https://img.shields.io/badge/0f5fb7e59-fix-green" alt="fix - 0f5fb7e59" /></a></td> <td>replace existing <code>BrowserModule.withServerTransition</code> calls when running universal schematic</td> </tr> </tbody> </table> <h3><code>@​angular/cli</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/387472a956b71eaca89e210e64f4d75969abc9d3"><img src="https://img.shields.io/badge/387472a95-fix-green" alt="fix - 387472a95" /></a></td> <td>register schematic aliases when providing collection name in <code>ng generate</code></td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/5d9fd788a997066dea1b2d69dced865a7c60f5c1"><img src="https://img.shields.io/badge/5d9fd788a-fix-green" alt="fix - 5d9fd788a" /></a></td> <td>remove <code>--to</code> option from being required when using <code>--from</code> in <code>ng update</code></td> </tr> </tbody> </table> <h3><code>@​angular-devkit/build-angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/bf4639a6e97670972c3d5b137230e2f08467010e"><img src="https://img.shields.io/badge/bf4639a6e-fix-green" alt="fix - bf4639a6e" /></a></td> <td>prevent hanging initial build during exception with esbuild</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding and Doug Parker</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular/angular-cli/blob/main/CHANGELOG.md"><code>@​angular-devkit/schematics</code>'s changelog</a>.</em></p> <blockquote> <h1>15.1.2 (2023-01-18)</h1> <h3><code>@​angular/cli</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/387472a956b71eaca89e210e64f4d75969abc9d3">387472a95</a></td> <td>fix</td> <td>register schematic aliases when providing collection name in <code>ng generate</code></td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/5d9fd788a997066dea1b2d69dced865a7c60f5c1">5d9fd788a</a></td> <td>fix</td> <td>remove <code>--to</code> option from being required when using <code>--from</code> in <code>ng update</code></td> </tr> </tbody> </table> <h3><code>@​schematics/angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/0f5fb7e5944e3a521758c67f403d71928f93f7ac">0f5fb7e59</a></td> <td>fix</td> <td>replace existing <code>BrowserModule.withServerTransition</code> calls when running universal schematic</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/build-angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/bf4639a6e97670972c3d5b137230e2f08467010e">bf4639a6e</a></td> <td>fix</td> <td>prevent hanging initial build during exception with esbuild</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding and Doug Parker</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.2.0-next.0 (2023-01-12)</h1> <h3><code>@​angular-devkit/build-angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/09af70743800aefdefe06e0ca32bcdde18f9eb77">09af70743</a></td> <td>feat</td> <td>implement node module license extraction for esbuild builder</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius and Charles Lyding</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular-cli/commit/97b443b2fd3009a41e55984c782c2ddbba5bd41b"><code>97b443b</code></a> release: cut the v15.1.2 release</li> <li><a href="https://github.com/angular/angular-cli/commit/0f5fb7e5944e3a521758c67f403d71928f93f7ac"><code>0f5fb7e</code></a> fix(<code>@​schematics/angular</code>): replace existing `BrowserModule.withServerTransitio...</li> <li><a href="https://github.com/angular/angular-cli/commit/bc5555ca3cfa5a7ec7bb0a851299ac91e0b7920f"><code>bc5555c</code></a> refactor: only collect Node version if it's a standard version string</li> <li><a href="https://github.com/angular/angular-cli/commit/bf4639a6e97670972c3d5b137230e2f08467010e"><code>bf4639a</code></a> fix(<code>@​angular-devkit/build-angular</code>): prevent hanging initial build during exce...</li> <li><a href="https://github.com/angular/angular-cli/commit/387472a956b71eaca89e210e64f4d75969abc9d3"><code>387472a</code></a> fix(<code>@​angular/cli</code>): register schematic aliases when providing collection name ...</li> <li><a href="https://github.com/angular/angular-cli/commit/b0004817c56fab59ffdf212d45ea581d2a3467fb"><code>b000481</code></a> build: update dev-infra packages</li> <li><a href="https://github.com/angular/angular-cli/commit/5d9fd788a997066dea1b2d69dced865a7c60f5c1"><code>5d9fd78</code></a> fix(<code>@​angular/cli</code>): remove <code>--to</code> option from being required when using `--fro...</li> <li><a href="https://github.com/angular/angular-cli/commit/9fa5f2ce0c919fbdec74184eae2ab00934213261"><code>9fa5f2c</code></a> refactor(<code>@​angular-devkit/build-angular</code>): remove direct import of i18n worker ...</li> <li><a href="https://github.com/angular/angular-cli/commit/4b594992e90d762024e4f3dbbfa966990ff21c98"><code>4b59499</code></a> build: update dependency ng-packagr to v15.1.1</li> <li>See full diff in <a href="https://github.com/angular/angular-cli/compare/15.1.1...15.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular-devkit/schematics&package-manager=npm_and_yarn&previous-version=15.1.1&new-version=15.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-23 08:41:39 +00:00
"@angular-devkit/schematics": "^15.1.2"
},
"devDependencies": {
"@types/node": "^14.15.0",
"@schematics/angular": "^14.2.8"
},
"files": [
"lib",
"!*.tsbuildinfo"
],
"ng-add": {
"save": "devDependencies"
},
"schematics": "./lib/schematics/collection.json",
"builders": "./lib/builders/builders.json"
}