-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "nit-silchar-200-running",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/app.js",
"dev": "nodemon src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Debojyoti1915001/NIT-SILCHAR-200-Running.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Debojyoti1915001/NIT-SILCHAR-200-Running/issues"
},
"homepage": "https://github.com/Debojyoti1915001/NIT-SILCHAR-200-Running#readme",
"dependencies": {
"axios": "^0.24.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.27.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"crypto": "^1.0.1",
"dotenv": "^8.6.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.7",
"multer": "^1.4.2",
"nanoid": "^3.1.20",
"node-fetch": "^3.0.0",
"nodemailer": "^6.4.12",
"uuid": "^8.3.1",
"validator": "^13.1.17"
},
"devDependencies": {
"nodemon": "^2.0.6"
}
}