{
  "$schema": "http://json-schema.org/schema",
  "$id": "MigrateNx23",
  "title": "Migrate bot app to Nx 23",
  "description": "Bump nx / @nx/* dependencies in a bot app's package.json to Nx 23",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "The bot project to migrate",
      "$default": { "$source": "argv", "index": 0 }
    }
  },
  "required": ["project"]
}
