-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 974 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": "fi-makan",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"mocha": "mocha",
"test": "npm run mocha",
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"author": "Saif Helal",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1381.0",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"chai": "^4.3.7",
"connect-mongo": "^5.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"firebase-admin": "^11.10.1",
"joi": "^17.9.2",
"mocha": "^10.2.0",
"mongoose": "^7.1.1",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.2",
"nodemon": "^2.0.22",
"passport": "^0.6.0",
"passport-google-oauth": "^2.0.0",
"passport-google-oauth2": "^0.2.0",
"passport-local": "^1.0.0",
"socket.io": "^4.6.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.3"
}
}