-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 KB
/
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
36
37
38
39
40
41
42
43
44
{
"devDependencies": {
"@types/cookie-parser": "^1.4.3",
"@types/express-session": "^1.17.4",
"@types/passport": "^1.0.8",
"typescript": "^4.6.4"
},
"dependencies": {
"@types/es6-promise": "^3.3.0",
"@types/express": "^4.11.1",
"@types/mongodb": "^3.0.15",
"@types/morgan": "^1.7.35",
"@types/node": "^17.0.25",
"assert": "^1.4.1",
"async": "^3.2.3",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"debug": "^2.6.3",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-session": "^1.17.3",
"mocha": "^10.0.0",
"mongodb": "^4.5.0",
"mongoose": "^6.3.1",
"morgan": "^1.9.1",
"passport": "^0.6.0",
"passport-google-oauth": "^2.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-google-oauth20-with-people-api": "^2.0.0",
"path": "^0.12.7",
"q": "^1.5.0",
"typescript": "^4.6.3",
"url": "^0.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/server.js",
"build": "tsc"
}
}