adding ms grpah client

This commit is contained in:
2024-06-05 21:28:12 -05:00
parent 373337d8d6
commit 1de80a7a20
19 changed files with 858 additions and 101 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@noahspan/noahspan-modules",
"version": "0.1.1",
"version": "0.2.3",
"description": "",
"author": "",
"license": "UNLICENSED",
@@ -25,14 +25,19 @@
},
"dependencies": {
"@azure/app-configuration": "^1.6.0",
"@azure/identity": "^4.2.0",
"@microsoft/microsoft-graph-client": "^3.0.7",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.0.0",
"axios": "^1.7.2",
"passport-azure-ad": "^4.3.5",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@microsoft/microsoft-graph-types": "^2.40.0",
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
@@ -78,4 +83,4 @@
"^@module/modules(|/.*)$": "<rootDir>/libs/modules/src/$1"
}
}
}
}