-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 888 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 888 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
{
"dependencies": {
"bcryptjs": "^2.4.3",
"cloudinary": "^1.41.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.19.2",
"express-validator": "^7.0.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.7",
"prism-logger": "^1.1.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
},
"name": "eduversa-backend-api",
"version": "1.0.0",
"description": "the backend service for project eduversa",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=14.20.1"
},
"repository": {
"type": "git",
"url": "git@git_universa:eduversa/eduversa-api.git"
},
"author": "Vidit Modi",
"license": "ISC",
"devDependencies": {
"nodemon": "^3.1.4"
}
}