{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Schematic to add DOMO proxy to your project.",
      "factory": "./ng-add/index#ngAdd"
    }
  }
}