{
  "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "migration-v19": {
      "version": "19",
      "description": "Updates NG-ALAIN to v19 [https://github.com/ng-alain/ng-alain/issues/2547]",
      "factory": "./ng-update/index#updateToV19"
    },
    "ng-post-update": {
      "description": "Performs cleanup after ng-update.",
      "factory": "./ng-update/index#postUpdate",
      "private": true
    }
  }
}
