mirror of
https://github.com/KevinMidboe/ISPDowntimeMonitor.git
synced 2025-10-29 01:30:13 +00:00
14 lines
231 B
JSON
14 lines
231 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|