forked from Guvvalaharsha2005/TalentIQ
-
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) · 703 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 703 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": "backend",
"version": "1.0.0",
"description": "",
"main": "src/server.js",
"scripts": {
"dev": "nodemon backend/src/server.js",
"build": "npm install && npm install --prefix frontend && npm run build --prefix frontend",
"start": "nodemon backend/src/server.js"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@clerk/express": "^1.7.41",
"@stream-io/node-sdk": "^0.7.12",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"inngest": "^3.44.3",
"mongoose": "^8.19.1",
"stream-chat": "^9.24.0",
"talentiq": "file:.."
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}