-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.45 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.45 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "nimbus-ehealth-backend",
"version": "1.0.0",
"description": "Backend application of Nimbus E-health project",
"main": "src/index.js",
"scripts": {
"dev": "nodemon src/index.js",
"start": "node src/index.js",
"nucleus": "NODE_OPTIONS=--no-warnings node nucleus.js"
},
"keywords": [
"nimbus",
"ehealth",
"backend",
"nodejs"
],
"author": "Skarbol Tech",
"license": "MIT",
"dependencies": {
"@logtail/node": "^0.4.21",
"@logtail/winston": "^0.4.21",
"@sentry/node": "^7.100.0",
"agora-token": "^2.0.3",
"aws-sdk": "^2.1603.0",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"chalk": "^5.3.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.1.4",
"express": "^4.18.2",
"express-handlebars": "^7.1.2",
"express-rate-limit": "^7.2.0",
"firebase-admin": "^12.1.1",
"fs": "^0.0.1-security",
"helmet": "^7.0.0",
"http-status": "^1.7.3",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.0",
"moment": "^2.30.1",
"mongoose": "^7.2.4",
"morgan": "^1.10.0",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.11",
"nodemailer-express-handlebars": "^6.1.2",
"openai": "^4.52.3",
"path": "^0.12.7",
"readline": "^1.3.0",
"socket.io": "^4.7.5",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"jest": "^29.7.0",
"nodemon": "^3.0.1"
}
}