-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.23 KB
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
42
43
44
45
46
47
48
49
{
"name": "NoteVoult",
"version": "1.0.0",
"description": "NoteVault - PDF sharing and management platform",
"main": "server.js",
"type": "commonjs",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [
"pdf",
"notes",
"nodejs",
"express",
"mongoose"
],
"author": "Dilkhush Kumar",
"license": "ISC",
"engines": {
"node": ">=18"
},
"dependencies": {
"axios": "^1.16.0",
"cloudinary": "^1.41.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^6.0.0",
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.5",
"ejs": "^3.1.9",
"ejs-mate": "^4.0.0",
"express": "^4.19.2",
"express-session": "^1.19.0",
"geoip-lite": "^2.0.2",
"joi": "^18.2.1",
"method-override": "^3.0.0",
"mongoose": "^8.5.0",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^9.1.0",
"ua-parser-js": "^2.0.9",
"uuid": "^14.0.0"
},
"devDependencies": {
"nodemon": "^3.0.3"
}
}