{
  "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Add ngx-vud 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#ngAddSetupProject",
      "schema": "./ng-add/schema.json"
    }
  }
}
