-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 894 Bytes
/
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
{
"name": "job-posting-backend",
"version": "1.0.0",
"description": "This is the backend for Job Portal Site which is build with Node.js and with Express Server. This task is given by Domaincer.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dineshdevlpr/Job-Portal-Backend.git"
},
"author": "DINESHKUMAR K",
"license": "MIT",
"bugs": {
"url": "https://github.com/dineshdevlpr/Job-Portal-Backend/issues"
},
"homepage": "https://github.com/dineshdevlpr/Job-Portal-Backend#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.1.2",
"nodemailer": "^6.6.5",
"randomstring": "^1.2.1"
}
}