pastel.codes/package.json

27 lines
624 B
JSON
Raw Normal View History

2020-06-17 22:34:29 +01:00
{
"name": "pastel.codes",
"version": "0.0.0",
"private": true,
"scripts": {
2020-06-22 21:46:41 +01:00
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx nodemon ./bin/www"
2020-06-17 22:34:29 +01:00
},
"dependencies": {
"@sendgrid/mail": "^7.2.1",
2020-06-22 21:46:41 +01:00
"app-root-path": "^3.0.0",
2020-06-27 17:46:21 +01:00
"axios": "^0.19.2",
"cookie-parser": "1.4.4",
"debug": "4.1.1",
"express": "4.17.1",
2020-07-01 12:10:30 +01:00
"express-rate-limit": "^5.1.3",
2020-06-29 10:09:10 +01:00
"hcaptcha": "0.0.2",
2020-07-01 12:10:30 +01:00
"helmet": "^3.23.3",
"http-errors": "1.7.3",
"morgan": "1.10.0",
2020-06-17 22:34:29 +01:00
"node-sass-middleware": "0.11.0",
2020-06-29 10:09:10 +01:00
"nodemailer": "^6.4.10",
2020-06-22 21:46:41 +01:00
"pug": "3.0.0",
"winston": "^3.3.2"
2020-06-17 22:34:29 +01:00
}
}