forked from Vishal202-rgb/ResearchAI-MultiAgent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 681 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 681 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
{
"name": "research-workspace-root",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=18.0.0"
},
"type": "module",
"scripts": {
"build": "cd client && npm install && npm run build",
"start": "node server/server.js"
},
"dependencies": {
"@pinecone-database/pinecone": "^8.2.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.1",
"express-rate-limit": "^7.4.1",
"helmet": "^8.0.0",
"html-pdf-node": "^1.0.8",
"jsonwebtoken": "^9.0.2",
"marked": "^18.0.10",
"mongoose": "^8.9.2",
"multer": "^2.2.0",
"neo4j-driver": "^6.2.0",
"pdf-parse": "^2.4.5"
}
}