-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 755 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 755 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
{
"name": "dashboardbackend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@elastic/elasticsearch": "^8.15.0",
"axios": "^1.7.7",
"cors": "^2.8.5",
"expo-server-sdk": "^3.14.0",
"express": "^4.18.2",
"express-rate-limit": "^7.5.0",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"node-cron": "^3.0.3",
"nodemailer": "^6.10.0",
"pg": "^8.12.0",
"qrcode": "^1.5.3",
"speakeasy": "^2.0.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"dotenv": "^16.4.5"
}
}