-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 KB
/
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
39
40
41
{
"name": "vstream-backend",
"version": "1.0.0",
"description": "try",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "nodemon -r dotenv/config --experimental-json-modules src/index.js",
"start": "node src/index.js",
"vercel-build": "echo hello "
},
"author": "abhay",
"license": "ISC",
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^3.1.9",
"prettier": "^3.4.2"
},
"dependencies": {
"axios": "^1.7.9",
"bcrypt": "^5.1.1",
"cloudinary": "^2.5.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^7.5.0",
"express-session": "^1.18.1",
"fs": "0.0.1-security",
"jsonwebtoken": "^9.0.2",
"lusca": "^1.7.0",
"mongodb": "^6.12.0",
"mongoose": "^8.9.5",
"mongoose-aggregate-paginate-v2": "^1.1.3",
"morgan": "^1.10.0",
"multer": "1.4.5-lts.1",
"sanitize-filename": "^1.6.3",
"vercel": "^39.4.1"
}
}