{
  "schematics": {
    "standalone-migration": {
      "description": "Converts the entire application or a part of it to standalone",
      "factory": "./ng-generate/standalone-migration/bundle",
      "schema": "./ng-generate/standalone-migration/schema.json",
      "aliases": [
        "standalone"
      ]
    },
    "control-flow-migration": {
      "description": "Converts the entire application to block control flow syntax",
      "factory": "./ng-generate/control-flow-migration/bundle",
      "schema": "./ng-generate/control-flow-migration/schema.json",
      "aliases": [
        "control-flow"
      ]
    },
    "inject-migration": {
      "description": "Converts usages of constructor-based injection to the inject() function",
      "factory": "./ng-generate/inject-migration/bundle",
      "schema": "./ng-generate/inject-migration/schema.json",
      "aliases": [
        "inject"
      ]
    },
    "route-lazy-loading-migration": {
      "description": "Updates route definitions to use lazy-loading of components instead of eagerly referencing them",
      "factory": "./ng-generate/route-lazy-loading/bundle",
      "schema": "./ng-generate/route-lazy-loading/schema.json",
      "aliases": ["route-lazy-loading"]
    }
  }
}

