{
  "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ngrx-effects-migration-01": {
      "description": "The road to v6",
      "version": "5.2",
      "factory": "./6_0_0/index"
    },
    "ngrx-effects-migration-02": {
      "description": "The road to v9",
      "version": "9-beta",
      "factory": "./9_0_0/index"
    },
    "ngrx-effects-migration-03": {
      "description": "The road to v13",
      "version": "13",
      "factory": "./13_0_0/index"
    },
    "ngrx-effects-migration-15-beta": {
      "description": "The road to v15 beta",
      "version": "15-beta",
      "factory": "./15_0_0-beta/index"
    }
  }
}
