You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
325 B

{
"name": "msal-node-auth-code",
"version": "1.0.0",
"description": "sample app for msal-node",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Microsoft",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^1.0.0",
"express": "^4.17.1",
"uuid": "^8.3.1"
}
}