{
  "$schema": "@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Add GitHub pages deploy schematic (angular-cli-ghpages)",
      "factory": "./ng-add#ngAdd",
      "schema": "./ng-add-schema.json",
      "aliases": ["install"]
    }
  }
}
