-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
47 lines (47 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@ngrx/schematics",
"version": "18.1.1",
"description": "NgRx Schematics for Angular",
"repository": {
"type": "git",
"url": "git+https://github.com/ngrx/platform.git"
},
"keywords": [
"RxJS",
"Angular",
"Redux",
"NgRx",
"Schematics",
"Angular CLI"
],
"author": "Brandon Roberts <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ngrx/platform/issues"
},
"homepage": "https://github.com/ngrx/platform#readme",
"schematics": "./collection.json",
"ng-add": {
"save": "devDependencies"
},
"ng-update": {
"packageGroup": [
"@ngrx/store",
"@ngrx/effects",
"@ngrx/entity",
"@ngrx/router-store",
"@ngrx/data",
"@ngrx/schematics",
"@ngrx/store-devtools",
"@ngrx/component-store",
"@ngrx/component",
"@ngrx/eslint-plugin",
"@ngrx/operators",
"@ngrx/signals"
],
"migrations": "./migrations/migration.json"
},
"main": "./src/index.js",
"type": "commonjs",
"types": "./src/index.d.ts"
}