-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 738 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "info-441-mathfun",
"version": "1.0.0",
"description": "Info 441 Final Project",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cookie-parser": "^1.0.0",
"debug": "~2.6.9",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"microsoft-identity-express": "^1.0.0-beta",
"mongoose": "^8.19.2",
"morgan": "^1.10.1",
"msal-node-wrapper": "https://gitpkg.now.sh/kylethayer/ms-identity-javascript-nodejs-tutorial-msal-node-v2-/Common/msal-node-wrapper?main",
"node-fetch": "^3.3.2",
"node-html-parser": "^7.0.1",
"ws": "^8.18.3"
}
}