-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1004 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
39
40
41
{
"name": "cover-compared-dapp-api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"seed": "node ./seeder/index.js"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.33.0",
"aws-sdk": "^2.992.0",
"axios": "^0.21.2",
"bignumber.js": "^9.0.2",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"escape-string-regexp": "^5.0.0",
"ethers": "^5.5.2",
"express": "~4.16.1",
"firebase-admin": "^10.0.0",
"formidable": "^1.2.2",
"json2csv": "^5.0.6",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mime-types": "^2.1.32",
"moment": "^2.29.1",
"mongodb": "^4.1.2",
"mongoose": "^6.0.7",
"morgan": "~1.9.1",
"ms": "^2.1.3",
"node-cache": "^5.1.2",
"node-cron": "^3.0.0",
"node-input-validator": "^4.4.1",
"nodemailer": "^6.6.3",
"pdfmake": "^0.2.4",
"uuid": "^8.3.2",
"web3": "^1.6.1"
}
}