mirror of
https://github.com/KevinMidboe/ISPDowntimeMonitor.git
synced 2025-10-29 17:50:12 +00:00
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.4.6 to 6.4.16. - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodemailer/nodemailer/compare/v6.4.6...v6.4.16) Signed-off-by: dependabot[bot] <support@github.com>
17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"name": "ISPDowntimeMonitor",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "node src/server.js",
|
|
"scrape": "node src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"mongoose": "^5.9.17",
|
|
"nodemailer": "^6.4.16",
|
|
"puppeteer": "^3.0.4"
|
|
}
|
|
}
|