-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
35 lines (35 loc) · 922 Bytes
/
package.json
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": "nodejs-change-notifications-sample",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "mocha ./tests/configTests.js",
"lint": "prettier --check **/**.js",
"format": "prettier --write **/**.js",
"start": "npm run test && node ./bin/www"
},
"dependencies": {
"@azure/msal-node": "^2.16.2",
"@microsoft/microsoft-graph-client": "^3.0.7",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.7",
"debug": "^4.3.7",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-promise-router": "^4.1.1",
"express-session": "^1.18.1",
"http-errors": "^2.0.0",
"isomorphic-fetch": "^3.0.0",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0",
"mocha": "^10.8.2",
"morgan": "^1.10.0",
"pem": "^1.14.8",
"pug": "^3.0.3",
"socket.io": "^4.8.1",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"prettier": "^3.4.1"
}
}