mirror of
https://github.com/status-im/contract-notifier.git
synced 2025-02-23 00:18:15 +00:00
28 lines
627 B
JSON
28 lines
627 B
JSON
{
|
|
"name": "contract-event-notifier",
|
|
"version": "0.0.1",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"api": "node api",
|
|
"watch": "node watcher"
|
|
},
|
|
"dependencies": {
|
|
"@sendgrid/mail": "^6.4.0",
|
|
"body-parser": "^1.19.0",
|
|
"config": "^3.2.4",
|
|
"cors": "^2.8.5",
|
|
"crypto-random-string": "^3.0.1",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"express-rate-limit": "^5.0.0",
|
|
"express-validator": "^6.2.0",
|
|
"handlebars": "^4.5.2",
|
|
"helmet": "^3.21.2",
|
|
"mongoose": "5.7.5",
|
|
"strip-hex-prefix": "^1.0.0",
|
|
"validator": "11.0.0",
|
|
"web3": "^1.2.2"
|
|
}
|
|
}
|