-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 902 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 902 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
27
28
29
30
31
32
33
34
35
{
"name": "myexpressapp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./server.js"
},
"dependencies": {
"@azure/msal-node": "^1.0.2",
"@babel/runtime": "^7.13.10",
"@microsoft/microsoft-graph-client": "^2.2.1",
"art-template": "^4.13.2",
"buffer-from": "^1.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-art-template": "^1.0.1",
"express-promise-router": "^4.1.0",
"express-session": "^1.17.1",
"hbs": "^4.1.2",
"http-errors": "^1.6.3",
"is-keyword-js": "^1.0.3",
"isomorphic-fetch": "^3.0.0",
"js-tokens": "^6.0.0",
"morgan": "~1.9.1",
"multiparty": "^4.2.2",
"mysql": "^2.18.1",
"node-xlsx": "^0.16.1",
"objects-to-csv": "^1.3.6",
"pug": "^3.0.2",
"serve-favicon": "^2.5.0"
}
}