{
  "$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Adds Angular Universal to an application.",
      "factory": "./ng-add",
      "schema": "./ng-add/schema.json"
    }
  }
}
