{
  "$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "cloud.template": {
      "aliases": ["cloud"],
      "description": "A blank cloud application generated by aws-cdk v2.",
      "factory": "./template/index#cloudTemplateGenerator",
      "schema": "./template/schema.json"
    },
    "cloud.janush": {
      "description": "A basic janush cloud codebase.",
      "factory": "./janush/index#cloudJanushGenerator",
      "schema": "./janush/schema.json",
      "hidden": true
    },
    "cloud.ci": {
      "description": "Janush Auto Generated App CI codebase",
      "factory": "./ci/index#prepareEnvironment",
      "hidden": true
    }
  },
  "extends": [
    "./authentication/collection.json",
    "./api/collection.json",
    "./usersManagement/collection.json"
  ]
}
