-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 868 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": "product-management",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon --inspect index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"cloudinary": "^2.4.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-flash": "^0.0.2",
"express-session": "^1.18.0",
"md5": "^2.3.0",
"method-override": "^3.0.0",
"moment": "^2.30.1",
"mongodb": "^6.8.0",
"mongoose": "^8.5.2",
"mongoose-slug-updater": "^3.3.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.14",
"pug": "^3.0.3",
"socket.io": "^4.7.5",
"streamifier": "^0.1.1",
"tinymce": "^7.2.1"
},
"devDependencies": {
"nodemon": "^3.1.4"
},
"description": ""
}