-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 KB
/
package.json
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
{
"name": "bed-it02-team1-assignment",
"version": "1.0.0",
"description": "BED Assignment GitHub Remote Repository",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"cross-fetch": "^4.0.0",
"dotenv": "^16.4.5",
"events": "^3.3.0",
"express": "^4.19.2",
"express-async-errors": "^3.1.1",
"express-fileupload": "^1.5.1",
"express-session": "^1.18.0",
"google-auth-library": "^9.11.0",
"haversine-distance": "^1.2.3",
"jsonwebtoken": "^9.0.2",
"moment-timezone": "^0.5.45",
"mssql": "^7.2.0",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.14",
"nodemon": "^3.1.0",
"openai": "^4.52.1",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"path": "^0.12.7",
"pdfkit": "^0.15.0",
"qrcode": "^1.5.3",
"swagger-autogen": "^2.23.7",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"tesseract.js": "^5.1.0",
"uuid": "^10.0.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"jest": "^29.7.0"
}
}