{
  "$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Add firebase deploy schematic",
      "factory": "./add#ngAdd",
      "schema": "./add/schema.json"
    },
    "ng-add-setup-project": {
      "description": "Setup ng deploy",
      "factory": "./setup#ngAddSetupProject",
      "schema": "./setup/schema.json"
    }
  }
}
