{
  "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-update": {
      "description": "Update auf Version 17 und Angular 19",
      "factory": "./ng-update/index#ngUpdate",
      "schema": "./ng-update/schema.json"
    }
  }
}
