Add Azure and Microsoft Graph integration with credential management and API functions
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user