forked from enbliq/SkillSwap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 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
{
"name": "timelycapsule-services",
"version": "1.0.0",
"description": "Express server for TimelyCapsule services",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js",
"dev": "nodemon src/server.js"
},
"dependencies": {
"@types/express": "^5.0.2",
"bcrypt": "^6.0.0",
"bullmq": "^5.53.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.21.2",
"express-rate-limit": "^6.8.1",
"fluent-ffmpeg": "^2.1.3",
"helmet": "^7.1.0",
"ioredis": "^5.3.2",
"isomorphic-dompurify": "^2.0.0",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.9.5",
"nodemailer": "^6.10.0",
"rate-limit-redis": "^3.0.1",
"redis": "^5.5.6",
"ts-node-dev": "^2.0.0",
"typescript": "^5.7.3",
"uuid": "^11.0.5",
"validator": "^13.9.0",
"winston": "^3.17.0"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/validator": "^13.7.17",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"eslint": "^9.19.0",
"globals": "^15.14.0",
"mongoose": "^8.15.1",
"morgan": "^1.10.0",
"typescript-eslint": "^8.21.0",
"validator": "^13.11.0"
}
}