{
  "$schema": "https://raw.githubusercontent.com/angular/angular-cli/master/packages/angular_devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Add Otter styling to the project.",
      "factory": "./schematics/ng-add/index#ngAdd",
      "schema": "./schematics/ng-add/schema.json",
      "aliases": ["install", "i"]
    },
    "theming-to-component": {
      "description": "[o3r] Add theming to an Otter component",
      "factory": "./schematics/theming-to-component/index#ngAddTheming",
      "schema": "./schematics/theming-to-component/schema.json",
      "aliases": ["o3r-theming-to-component", "add-theming"]
    }
  }
}
