-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 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
{
"name": "job-seeking-backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "test",
"dev-server": "nodemon --exec babel-node ./server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Igire-Rwanda/job-seeking-backend.git"
},
"author": "JoLinker team",
"license": "ISC",
"bugs": {
"url": "https://github.com/Igire-Rwanda/job-seeking-backend/issues"
},
"homepage": "https://github.com/Igire-Rwanda/job-seeking-backend#readme",
"dependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/node": "^7.19.1",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.19.4",
"@babel/register": "^7.18.9",
"babel-core": "^6.26.3",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"http-status": "^1.5.3",
"joi": "^17.7.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.7.0",
"nodemailer": "^6.8.0",
"nodemon": "^2.0.20"
}
}