{
    "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
    "schematics": {
        "ng-add": {
            "description": "Add Taiga UI to the project.",
            "factory": "./ng-add/index#ngAdd",
            "schema": "./ng-add/schema.json"
        },
        "ng-add-setup-project": {
            "private": true,
            "description": "Sets up the project after dependencies have been installed",
            "factory": "./ng-add/setup-project",
            "schema": "./ng-add/schema.json"
        },
        "updateToV5": {
            "private": true,
            "description": "Manually run migration to update Taiga to v5.x.x",
            "factory": "./ng-update/v5/index#updateToV5",
            "schema": "./ng-update/v5/schema.json"
        }
    }
}
