Require nodemailer and puppeteer.

This commit is contained in:
2020-05-27 20:02:46 +02:00
parent 12a039930b
commit 1d2409036f
2 changed files with 333 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "ISPDowntimeMonitor",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"nodemailer": "^6.4.6",
"puppeteer": "^3.0.4"
}
}