UNPKG

531 BJSONView Raw
1{
2 "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
3 "schematics": {
4 "ngrx-effects-migration-01": {
5 "description": "The road to v6",
6 "version": "5.2",
7 "factory": "./6_0_0/index"
8 },
9 "ngrx-effects-migration-02": {
10 "description": "The road to v9",
11 "version": "9-beta",
12 "factory": "./9_0_0/index"
13 },
14 "ngrx-effects-migration-03": {
15 "description": "The road to v13",
16 "version": "13",
17 "factory": "./13_0_0/index"
18 }
19 }
20}