UNPKG

980 BJSONView Raw
1{
2 "name": "@ngrx/schematics",
3 "version": "13.2.0",
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 ],
39 "migrations": "./migrations/migration.json"
40 },
41 "main": "./src/index.js",
42 "typings": "./src/index.d.ts"
43}