-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 878 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 878 Bytes
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
{
"name": "docai-node-backend",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "nodemon src/index.js",
"start": "node src/index.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.600.0",
"@aws-sdk/s3-request-presigner": "^3.600.0",
"bullmq": "^5.72.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-rate-limit": "^7.3.1",
"form-data": "^4.0.0",
"helmet": "^7.1.0",
"ioredis": "^5.10.1",
"jsonwebtoken": "^9.0.3",
"mongoose": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.2",
"openai": "^4.52.7",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"pdfjs-dist": "^4.5.136",
"uuid": "^10.0.0"
},
"devDependencies": {
"nodemon": "^3.1.4"
}
}