-
Notifications
You must be signed in to change notification settings - Fork 117
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 919 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 919 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
36
{
"name": "graph-sample",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"lint": "npx eslint . --ext .js",
"build": "npx tsc"
},
"dependencies": {
"@azure/msal-node": "^2.14.0",
"@microsoft/microsoft-graph-client": "^3.0.7",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.7",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.1",
"debug": "^4.3.7",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-promise-router": "^4.1.1",
"express-session": "^1.18.1",
"express-validator": "^7.2.0",
"hbs": "^4.2.0",
"http-errors": "^2.0.0",
"isomorphic-fetch": "^3.0.0",
"morgan": "^1.10.0",
"windows-iana": "^5.1.0"
},
"devDependencies": {
"@types/node": "^22.10.1",
"eslint": "^8.57.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"typescript": "^5.5.4"
}
}