Add authentication and application management scripts for Azure AD
This commit is contained in:
11
package.json
Normal file
11
package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "azure-node-playground",
|
||||
"version": "1.0.0",
|
||||
"engines": {
|
||||
"node": ">=24.0.0"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@azure/identity": "^4.13.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user