-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1004 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1004 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
40
41
42
43
{
"name": "nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"dev": "nodemon index.js",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.6",
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.9",
"express": "^4.21.2",
"express-openid-connect": "^2.17.1",
"express-rate-limit": "^7.5.0",
"firebase": "^11.3.1",
"firebase-admin": "^13.1.0",
"geolib": "^3.3.4",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.1.1",
"node-cron": "^3.0.3",
"node-fetch": "^3.2.6",
"node-geocoder": "^4.4.1",
"nodemailer": "^7.0.2",
"@google-cloud/storage": "^7.16.0",
"uuid": "^9.0.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"dotenv": "^16.4.5",
"nodemon": "^3.1.4",
"jest": "^29.7.0",
"supertest": "^6.3.3",
"mongodb-memory-server": "^8.14.0"
}
}