-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 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
{
"name": "intervai",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js",
"start": "node index.js",
"worker": "node worker.js",
"worker:dev": "nodemon worker.js",
"docker:up": "docker-compose up -d",
"docker:down": "docker-compose down",
"docker:logs": "docker-compose logs -f",
"docker:rebuild": "docker-compose up -d --build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^6.0.0",
"bcryptjs": "^3.0.3",
"bull": "^4.16.5",
"cookie-parser": "^1.4.7",
"cors": "^2.8.6",
"csv-writer": "^1.6.0",
"docx": "^9.5.1",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"express-rate-limit": "^8.2.1",
"groq-sdk": "^0.37.0",
"helmet": "^8.1.0",
"imagekit": "^6.0.0",
"ioredis": "^5.9.2",
"jsonwebtoken": "^9.0.3",
"mongoose": "^9.1.4",
"multer": "^2.0.2",
"nodemailer": "^6.9.8",
"nodemon": "^3.1.11",
"pdfkit": "^0.17.2",
"rate-limit-redis": "^4.3.1"
}
}