-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 955 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
31
32
33
34
35
36
37
38
{
"name": "events_backend",
"version": "0.0.0",
"description": "Backend Server for Build Space Africa - Events",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [],
"license": "ISC",
"dependencies": {
"@hapi/joi": "^17.1.1",
"@truffle/hdwallet-provider": "^2.0.1",
"agenda": "^4.2.1",
"cloudinary": "^1.28.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"form-data": "^4.0.0",
"helmet": "^4.2.0",
"ipfs-http-client": "^55.0.0",
"mailgun.js": "^4.1.6",
"mongoose": "^6.1.7",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"qrcode": "^1.5.0",
"sharp": "^0.29.3",
"svg-png-converter": "^0.0.9",
"web3": "^1.7.0",
"winston": "^3.4.0"
},
"devDependencies": {
"jest": "^26.4.2",
"nodemon": "^1.19.4"
}
}