-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 975 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
{
"name": "kec_circular",
"version": "1.0.0",
"description": "It is an KEC app where the official news can be shared",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "LOGESH",
"license": "ISC",
"dependencies": {
"base64-arraybuffer": "^1.0.2",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"cryptr": "^6.0.3",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"ejs-mate": "^4.0.0",
"express": "^4.18.1",
"express-session": "^1.17.3",
"joi": "^17.6.3",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mongoose": "^6.6.3",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.2.10",
"nodemailer": "^6.8.0",
"pdf-lib": "^1.17.1",
"qrcode": "^1.5.1",
"sass": "^1.55.0"
}
}