-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 730 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 730 Bytes
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
{
"name": "meelow",
"version": "1.0.0",
"description": "this is my first personal project",
"main": "index.js",
"scripts": {
"start": "nodemon --inspect index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.6",
"body-parser": "^1.20.2",
"cloudinary": "^2.3.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"md5": "^2.3.0",
"mongoose": "^8.5.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.14",
"puppeteer": "^22.13.1",
"socket.io": "^4.7.5",
"streamifier": "^0.1.1"
},
"devDependencies": {
"nodemon": "^3.1.4"
}
}