-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 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
45
{
"name": "auth-den",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"build": "tsc --build",
"dev": "tsc-watch --onSuccess \"node ./build/index.js\"",
"start": "node build/index.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.15",
"@types/express-rate-limit": "^6.0.0",
"@types/mongodb": "^4.0.7",
"nodemon": "^2.0.15",
"tsc-watch": "^6.0.0",
"typescript": "^4.9.4"
},
"dependencies": {
"@azure/cosmos": "^3.17.3",
"@azure/identity": "^3.2.3",
"@types/passport-google-oauth20": "^2.0.11",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"express-rate-limit": "^6.7.0",
"express-session": "^1.17.3",
"helmet": "^6.0.1",
"mongodb": "^4.2.2",
"morgan": "^1.10.0",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"passport-github": "^1.1.0",
"passport-google-oauth2": "^0.2.0",
"passport-microsoft": "^1.0.0",
"passport-spotify": "^2.0.0",
"passport-twitter": "^1.0.4",
"winston": "^3.8.2"
}
}