{
    "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
    "schematics": {
        "migration-v5_6_1": {
            "version": "5.6.1",
            "description": "Migrate TerraCheckbox to MatCheckbox.",
            "factory": "./ng-update/checkbox-migration/index#checkboxMigration",
            "schema": "./ng-update/checkbox-migration/schema.json"
        },
        "migration-portlet": {
            "description": "Migrate TerraPortlet to Material expansion panels",
            "factory": "./ng-update/terra-portlet-migration/index#portletMigration",
            "schema": "./ng-update/terra-portlet-migration/schema.json"
        }
    }
}
