{
  "schematics": {
    "migration-01": {
      "version": "6.0.0-beta.8",
      "factory": "./update-6",
      "description": "Update an Angular CLI project to version 6."
    },
    "migration-02": {
      "version": "7.0.0-beta.0",
      "factory": "./update-7",
      "description": "Update an Angular CLI project to version 7."
    },
    "migration-03": {
      "version": "7.0.0-rc.0",
      "factory": "./update-7/index#polyfillMetadataRule",
      "description": "Update an Angular CLI project to version 7."
    },
    "migration-04": {
      "version": "7.1.0-beta.0",
      "factory": "./update-7/index#typeScriptHelpersRule",
      "description": "Update an Angular CLI project to version 7."
    },
    "migration-05": {
      "version": "7.0.4",
      "factory": "./update-7",
      "description": "Update an Angular CLI project to version 7."
    },
    "migration-06": {
      "version": "7.0.3",
      "factory": "./update-7/index#updateDevkitBuildNgPackagr",
      "description": "Update an Angular CLI project to version 7."
    },
    "migration-07": {
      "version": "8.0.0-beta.12",
      "factory": "./update-8",
      "description": "Update an Angular CLI project to version 8."
    },
    "migration-08": {
      "version": "8.0.0-beta.14",
      "factory": "./update-8/#updateLazyModulePaths",
      "description": "Update an Angular CLI project to version 8."
    },
    "workspace-version-9": {
      "version": "9.0.0-beta.0",
      "factory": "./update-9",
      "description": "Angular Workspace migration. Update an Angular CLI workspace to version 9."
    },
    "lazy-loading-syntax": {
      "version": "9.0.0-next.6",
      "factory": "./update-8/#updateLazyModulePaths",
      "description": "Lazy loading syntax migration. Update lazy loading syntax to use dynamic imports."
    },
    "schematic-options-9": {
      "version": "9.0.2",
      "factory": "./update-9/schematic-options",
      "description": "Replace deprecated 'styleext' and 'spec' Angular schematic options."
    },
    "tslint-version-6": {
      "version": "10.0.0-beta.0",
      "factory": "./update-10/update-tslint",
      "description": "Update tslint to version 6 and adjust rules to maintain existing behavior."
    },
    "rename-browserslist-config": {
      "version": "10.0.0-beta.0",
      "factory": "./update-10/rename-browserslist-config",
      "description": "Update Browserslist configuration file name to '.browserslistrc' from deprecated 'browserslist'."
    },
    "remove-es5-browser-support-option": {
      "version": "10.0.0-beta.2",
      "factory": "./update-10/remove-es5-browser-support",
      "description": "Remove deprecated 'es5BrowserSupport' browser builder option. The inclusion for ES5 polyfills will be determined from the browsers listed in the browserslist configuration."
    },
    "schematic-options-10": {
      "version": "10.0.0-beta.2",
      "factory": "./update-9/schematic-options",
      "description": "Replace deprecated and removed 'styleext' and 'spec' Angular schematic options with 'style' and 'skipTests', respectively."
    },
    "update-angular-config": {
      "version": "10.0.0-beta.6",
      "factory": "./update-10/update-angular-config",
      "description": "Remove deprecated options from 'angular.json' that are no longer present in v10."
    },
    "tslint-add-deprecation-rule": {
      "version": "10.0.0-beta.7",
      "factory": "./update-10/add-deprecation-rule-tslint",
      "description": "Add the tslint deprecation rule to tslint JSON configuration files."
    },
    "update-libraries-tslib": {
      "version": "10.0.0-beta.7",
      "factory": "./update-10/update-libraries-tslib",
      "description": "Update library projects to use tslib version 2 as a direct dependency. Read more about this here: https://v10.angular.io/guide/migration-update-libraries-tslib"
    },
    "update-workspace-dependencies": {
      "version": "10.0.0-rc.2",
      "factory": "./update-10/update-dependencies",
      "description": "Update workspace dependencies to match a new v10 project."
    },
    "update-module-and-target-compiler-options": {
      "version": "10.0.1",
      "factory": "./update-10/update-module-and-target-compiler-options",
      "description": "Update 'module' and 'target' TypeScript compiler options. Read more about this here: https://v10.angular.io/guide/migration-update-module-and-target-compiler-options"
    },
    "remove-solution-style-tsconfig": {
      "version": "10.1.0-next.5",
      "factory": "./update-10/remove-solution-style-tsconfig",
      "description": "Removing \"Solution Style\" TypeScript configuration file support."
    }
  }
}
