{
  "$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Add library to the project.",
      "factory": "./ng-add/index#ngAdd",
      "schema": "./ng-add/schema.json"
    },
    "ui": {
      "description": "This schematic generates UI components",
      "factory": "./ui/index#uiGenerator",
      "schema": "./ui/schema.json",
      "aliases": ["c", "component", "components"]
    }
  }
}
