contract-notifier/package.json

29 lines
659 B
JSON
Raw Normal View History

2019-11-13 11:03:30 -04:00
{
"name": "contract-event-notifier",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
2019-11-15 14:21:19 -04:00
"api": "nodemon api",
"watch": "nodemon watcher"
2019-11-13 11:03:30 -04:00
},
"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",
2019-11-13 11:03:30 -04:00
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.0.0",
"express-validator": "^6.2.0",
2019-11-14 16:01:31 -04:00
"handlebars": "^4.5.2",
2019-11-13 11:03:30 -04:00
"helmet": "^3.21.2",
"mongoose": "5.7.5",
2019-11-15 14:21:19 -04:00
"nodemon": "^1.19.4",
2019-11-13 11:03:30 -04:00
"strip-hex-prefix": "^1.0.0",
"validator": "11.0.0",
"web3": "^1.2.2"
}
}