pastel.codes/package.json

27 lines
646 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",
2021-02-15 12:18:10 +00:00
"start": "npx nodemon ./bin/www -e js,pug,sass"
2020-06-17 22:34:29 +01:00
},
"dependencies": {
2020-12-19 12:10:19 +00:00
"@sendgrid/mail": "^7.4.0",
2020-06-22 21:46:41 +01:00
"app-root-path": "^3.0.0",
"axios": "^0.21.1",
2020-12-19 12:10:19 +00:00
"cookie-parser": "^1.4.5",
"debug": "^4.3.1",
"express": "^4.17.1",
"express-rate-limit": "^5.2.3",
"hcaptcha": "^0.0.2",
"helmet": "^4.2.0",
"http-errors": "^1.7.2",
"morgan": "^1.10.0",
"node-sass-middleware": "^0.11.0",
"nodemailer": "^6.4.17",
"pug": "^3.0.1",
2020-12-19 12:10:19 +00:00
"winston": "^3.3.3"
2020-06-17 22:34:29 +01:00
}
}