-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon -r esm server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.363.0",
"@aws-sdk/s3-request-presigner": "^3.358.0",
"aws-sdk": "^2.1390.0",
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dotenv": "^16.1.3",
"esm": "^3.2.25",
"express": "^4.18.2",
"express-formidable": "^1.2.0",
"express-jwt": "^8.4.1",
"express-session": "^1.17.3",
"fluent-ffmpeg": "^2.1.2",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"mongoose": "^6.7.3",
"morgan": "^1.10.0",
"nanoid": "^4.0.2",
"nodemon": "^2.0.22",
"passport": "^0.6.0",
"passport-apple": "^2.0.2",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"query-string": "^8.1.0",
"short-unique-id": "^4.4.4",
"slugify": "^1.6.6",
"stripe": "^12.8.0"
}
}