-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 989 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
{
"name": "apna-admin",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"author": "Ayush Kharkia",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^2.3.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-useragent": "^1.0.15",
"express-validator": "^6.6.0",
"helmet": "^3.23.3",
"jsonwebtoken": "^8.5.1",
"moment": "^2.27.0",
"mongoose": "^5.10.7",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-azure-storage": "^0.2.0",
"node-cron": "^2.0.3",
"nodemailer": "^6.4.11",
"svg-captcha": "^1.4.0"
}
}