1 | {
|
2 | "name": "@ngrx/schematics",
|
3 | "version": "18.0.2",
|
4 | "description": "NgRx Schematics for Angular",
|
5 | "repository": {
|
6 | "type": "git",
|
7 | "url": "git+https://github.com/ngrx/platform.git"
|
8 | },
|
9 | "keywords": [
|
10 | "RxJS",
|
11 | "Angular",
|
12 | "Redux",
|
13 | "NgRx",
|
14 | "Schematics",
|
15 | "Angular CLI"
|
16 | ],
|
17 | "author": "Brandon Roberts <robertsbt@gmail.com>",
|
18 | "license": "MIT",
|
19 | "bugs": {
|
20 | "url": "https://github.com/ngrx/platform/issues"
|
21 | },
|
22 | "homepage": "https://github.com/ngrx/platform#readme",
|
23 | "schematics": "./collection.json",
|
24 | "ng-add": {
|
25 | "save": "devDependencies"
|
26 | },
|
27 | "ng-update": {
|
28 | "packageGroup": [
|
29 | "@ngrx/store",
|
30 | "@ngrx/effects",
|
31 | "@ngrx/entity",
|
32 | "@ngrx/router-store",
|
33 | "@ngrx/data",
|
34 | "@ngrx/schematics",
|
35 | "@ngrx/store-devtools",
|
36 | "@ngrx/component-store",
|
37 | "@ngrx/component",
|
38 | "@ngrx/eslint-plugin",
|
39 | "@ngrx/operators",
|
40 | "@ngrx/signals"
|
41 | ],
|
42 | "migrations": "./migrations/migration.json"
|
43 | },
|
44 | "main": "./src/index.js",
|
45 | "type": "commonjs"
|
46 | } |
\ | No newline at end of file |