{
  "$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-component-manifest.schema.json",

  "manifestVersion": 2,

  "id": "aec2bbfd-a968-4d5b-a279-12e570f378e6",
  "alias": "@microsoft/sp-http-msgraph",
  "componentType": "Library",

  // The "*" instructs the tools take the version from package.json when generating the output manifest.
  // For a first party web part that is deployed with sp-client, this version is not very meaningful.
  // We recommend to put "1.0.0" in your package.json and not worry about incrementing it.
  "version": "*"
}
