{
  "schematics": {
    "update": {
      "factory": "./update",
      "schema": "./update/schema.json",
      "description": "Update one or multiple packages to versions, updating peer dependencies along the way."
    },
    "migrate": {
      "factory": "./migrate",
      "schema": "./migrate/schema.json",
      "description": "Schematic that calls the migrations of an installed package. Can be used separately",
      "hidden": true
    }
  }
}
