-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 858 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 858 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
35
36
{
"name": "job_man",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"build" :"npm i",
"start/node": "node .",
"start/node/watch": "node --watch .",
"start/nodemon": "nodemon ."
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcrypt": "^5.1.1",
"cloudinary": "^2.5.1",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-async-handler": "^1.2.0",
"express-rate-limit": "^7.5.0",
"google-auth-library": "^9.15.1",
"graphql-http": "^1.22.4",
"helmet": "^8.0.0",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.11.0",
"mongoose-paginate-v2": "^1.9.0",
"multer": "^1.4.5-lts.1",
"nanoid": "^5.1.2",
"nodemailer": "^6.10.0",
"uuid": "^11.1.0"
}
}