Add Azure and Microsoft Graph integration with credential management and API functions

This commit is contained in:
2026-02-04 19:58:24 +01:00
parent 42afd80831
commit ec7410ccd5
7 changed files with 369 additions and 1 deletions

View File

@@ -7,6 +7,13 @@
},
"description": "A set of Azure and Microsoft Graph related NodeJS modules.",
"dependencies": {
"@azure/identity": "^4.13.0"
"@azure/identity": "^4.13.0",
"@azure/msal-node": "^5.0.3",
"@microsoft/microsoft-graph-client": "^3.0.7"
},
"exports": {
".": "./src/index.js",
"./azure": "./src/azure.js",
"./graph": "./src/graph.js"
}
}