n4auth/package.json

17 lines
325 B
JSON
Raw Permalink Normal View History

2021-07-15 19:55:57 +00:00
{
"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"
}
}