{
  "name": "@microsoft/sp-http-msgraph",
  "version": "1.23.0",
  "description": "Microsoft Graph communication layer for the SharePoint Framework",
  "homepage": "http://aka.ms/spfx",
  "license": "https://aka.ms/spfx/license",
  "tsdoc": {
    "tsdocFlavor": "AEDoc"
  },
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "typings": "dist/index-internal.d.ts",
  "dependencies": {
    "@microsoft/microsoft-graph-client": "3.0.2",
    "@microsoft/microsoft-graph-clientv1": "npm:@microsoft/microsoft-graph-client@1.7.2-spfx",
    "@swc/helpers": "^0.5.12",
    "tslib": "2.3.1",
    "@microsoft/sp-core-library": "1.23.0",
    "@microsoft/sp-http-base": "1.23.0",
    "@microsoft/sp-diagnostics": "1.23.0",
    "@microsoft/sp-loader": "1.23.0"
  },
  "devDependencies": {
    "@rushstack/heft": "1.2.17",
    "eslint": "9.37.0",
    "@msinternal/ms-graph-v3-bundle": "3.0.2",
    "@microsoft/sp-module-interfaces": "1.23.0",
    "@msinternal/spfx-internal-web-build-rig": "0.1.0"
  },
  "scripts": {
    "build": "heft build --clean",
    "clean": "heft clean",
    "deploy": "heft dev-deploy",
    "start": "heft build-watch --serve",
    "_phase:build": "heft run --only build -- --clean",
    "_phase:build:incremental": "heft run --only build --",
    "_phase:depscan": "heft depscan"
  }
}