{
  "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-plugin-manifest.schema.json",
  "plugins": [
    {
      "pluginName": "git-lfs-check",
      "description": "Check if new files are correct managed by git-lfs",
      "commandLineJsonFilePath": "command-line.json"
    },
    {
      "pluginName": "git-lfs-pull",
      "description": "build-aware git lfs pull tooling",
      "commandLineJsonFilePath": "command-line.json"
    }
  ]
}
