-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 937 Bytes
/
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
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "18.x"
},
"scripts": {
"start": "node src/index.js",
"dev": "nodemon --inspect src/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.3.27",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"firebase-admin": "^11.9.0",
"fs": "^0.0.1-security",
"geolib": "^3.3.4",
"http": "^0.0.1-security",
"joi": "^17.9.1",
"jsonwebtoken": "^8.5.1",
"moment-timezone": "^0.5.43",
"mongoose": "^6.1.1",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.21",
"rl": "^0.0.1",
"socketio": "^1.0.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.2",
"uuid": "^9.0.0",
"xlsx": "^0.18.5"
}
}