forked from srikrishnakaashyap/One-Stop-Shop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 799 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
{
"name": "server",
"version": "1.0.0",
"description": "This is the Backend for the E-Commerce Website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"consolidate": "^0.16.0",
"cookie-parser": "^1.4.6",
"cookieparser": "^0.1.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"html": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.5-lts.1",
"mustache": "^4.2.0",
"nodemailer": "^1.11.0",
"nodemon": "^2.0.20",
"os": "^0.1.2",
"path": "^0.12.7",
"pg": "^8.8.0",
"sequelize": "^6.25.2"
}
}