-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.62 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"dependencies": {
"@aws-sdk/client-s3": "^3.732.0",
"@sendgrid/mail": "^7.7.0",
"algoliasearch": "^4.22.1",
"autocannon": "^7.12.0",
"aws-sdk": "^2.1691.0",
"axios": "^1.6.8",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"bullmq": "^5.13.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"cryptojs": "^2.5.3",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"google-auth-library": "^9.0.0",
"googleapis": "^126.0.1",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.1",
"kafkajs": "^2.2.4",
"logger": "^0.0.1",
"moment": "^2.29.4",
"moments": "^0.0.2",
"mongoose": "^7.4.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"nodemailer": "^6.9.4",
"otp-generator": "^4.0.1",
"pino": "^8.19.0",
"redis": "^4.7.0",
"slugify": "^1.6.6",
"stripe": "^14.10.0",
"twilio": "^4.16.0",
"vercel": "^34.4.0",
"winston": "^3.11.0"
},
"name": "back",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"start": "ts-node --esm src/index.js",
"dev": "nodemon --exec ts-node --esm src/index.js",
"worker": "ts-node --esm workers/transcode.worker.ts"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/node": "^22.7.7",
"nodemon": "^3.1.7",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}