{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "process-env": {
      "description": "Creates environment.ts file with environment variables on builder machine",
      "factory": "./onprem-environment/index#onpremEnvironment",
      "schema": "./onprem-environment/schema.json"
    },
    "ng-add": {
      "factory": "./ng-add/index",
      "description": "Add schematic onprem-builder",
      "schema": "./ng-add/schema.json",
      "aliases": [
        "install"
      ]
    }
  }
}
