-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.33 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.33 KB
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
46
47
48
49
50
51
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/cookie-session": "^2.0.48",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.10.3",
"@types/nodemailer": "^6.4.14",
"@types/otp-generator": "^4.0.2",
"nodemon": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.489.0",
"@aws-sdk/lib-storage": "^3.556.0",
"@aws-sdk/xhr-http-handler": "^3.535.0",
"@numairawan/video-duration": "^1.0.0",
"@types/socket.io": "^3.0.2",
"aws-sdk": "^2.1602.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.2.0",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-validator": "^7.0.1",
"get-video-duration": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"mongoose": "^8.0.2",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.7",
"otp-generator": "^4.0.1",
"socket.io": "^4.7.4",
"stripe": "^14.14.0"
}
}