-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.26 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
{
"name": "cash-contribution-backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "cashcontributionbackend",
"dev-server": "nodemon --exec babel-node ./src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Igire-Rwanda/cash-contribution-backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Igire-Rwanda/cash-contribution-backend/issues"
},
"homepage": "https://github.com/Igire-Rwanda/cash-contribution-backend#readme",
"dependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/node": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.18.9",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.18.9",
"@babel/register": "^7.18.9",
"@hapi/joi": "^17.1.1",
"@types/cors": "^2.8.12",
"bcrpyt": "^2.0.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-validator": "^6.14.2",
"http-status": "^1.5.3",
"joi": "^17.7.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.5.0",
"node-cron": "^3.0.2",
"nodemailer": "^6.8.0",
"nodemon": "^2.0.19",
"register": "^0.0.0"
}
}