contract-notifier/package.json
2019-11-26 19:07:17 -04:00

34 lines
799 B
JSON

{
"name": "contract-event-notifier",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"api": "nodemon api",
"watch": "nodemon watcher"
},
"dependencies": {
"@hapi/joi": "^16.1.8",
"@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",
"front-matter": "^3.0.2",
"handlebars": "^4.5.2",
"helmet": "^3.21.2",
"markdown-to-txt": "^1.0.1",
"marked": "^0.7.0",
"mongoose": "5.7.5",
"nodemon": "^1.19.4",
"strip-hex-prefix": "^1.0.0",
"validator": "11.0.0",
"web3": "^1.2.2",
"winston": "^3.2.1"
}
}