-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·39 lines (39 loc) · 954 Bytes
/
package.json
File metadata and controls
executable file
·39 lines (39 loc) · 954 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
37
38
39
{
"name": "workout-app",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"description": "",
"dependencies": {
"@elastic/elasticsearch": "^8.17.0",
"bcrypt": "^5.1.1",
"bull": "^4.16.5",
"cors": "^2.8.5",
"csv-parser": "^3.1.0",
"exceljs": "^4.4.0",
"express": "^4.21.2",
"express-list-endpoints": "^7.1.1",
"express-rate-limit": "^7.5.0",
"fs": "^0.0.1-security",
"ical-generator": "^8.1.1",
"install": "^0.13.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.9.3",
"node-fetch": "^3.3.2",
"nodemailer": "^6.10.0",
"npm": "^11.1.0",
"pidusage": "^3.0.2",
"redis": "^4.7.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"uninstall": "^0.0.0",
"validator": "^13.12.0",
"winston": "^3.17.0"
}
}