mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-22 00:02:24 +00:00
6390de0259
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
678 B
JSON
26 lines
678 B
JSON
{
|
|
"name": "pastel.codes",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "npx node-sass -r public/stylesheets/style.sass -o public/stylesheets && npx nodemon ./bin/www -e js,pug,sass"
|
|
},
|
|
"dependencies": {
|
|
"@sendgrid/mail": "^7.4.4",
|
|
"app-root-path": "^3.0.0",
|
|
"axios": "^0.21.2",
|
|
"cookie-parser": "^1.4.5",
|
|
"debug": "^4.3.1",
|
|
"express": "^4.17.1",
|
|
"express-rate-limit": "^5.2.6",
|
|
"hcaptcha": "^0.0.2",
|
|
"helmet": "^4.6.0",
|
|
"http-errors": "^1.8.0",
|
|
"morgan": "^1.10.0",
|
|
"nodemailer": "^6.6.0",
|
|
"pug": "^3.0.2",
|
|
"winston": "^3.3.3"
|
|
}
|
|
}
|