-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
47
48
{
"name": "afrisplash-backend",
"version": "0.0.0",
"private": true,
"author": "Cyril Ogoh",
"repository": {
"type": "git",
"url": "https://github.com/AfriSplash-Remotely/Afrisplash-Backend.git"
},
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www",
"live": "NODE_ENV=production && node ./bin/www",
"test": "npm test.js"
},
"dependencies": {
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"dayjs": "^1.11.5",
"debug": "~2.6.9",
"dotenv": "^16.0.2",
"ejs": "^3.1.8",
"express": "~4.16.1",
"firebase-admin": "^12.2.0",
"google-auth-library": "^8.6.0",
"helmet": "^6.0.0",
"http-errors": "~1.6.3",
"joi": "^17.6.4",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.2",
"mongoose-paginate-v2": "^1.8.2",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"node-cron": "^3.0.2",
"nodemailer": "^6.8.0",
"nodemailer-express-handlebars": "^6.1.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"jest": "^29.1.2",
"nodemon": "^2.0.22"
}
}