-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 799 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 799 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
32
33
34
{
"name": "apna-job2",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "Rajdeep",
"license": "ISC",
"dependencies": {
"bcrypt": "^6.0.0",
"config": "^4.0.0",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"dotenv": "^17.0.1",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-session": "^1.18.1",
"fs": "^0.0.1-security",
"gridfs-stream": "^1.1.1",
"method-override": "^3.0.0",
"mongoose": "^8.16.0",
"multer": "^2.0.2",
"multer-gridfs-storage": "^5.0.2",
"nodemailer": "^7.0.4",
"otp-generator": "^4.0.1",
"path": "^0.12.7",
"stream": "^0.0.3",
"uuid": "^11.1.0"
},
"description": ""
}