mirror of
https://github.com/KevinMidboe/ISPDowntimeMonitor.git
synced 2025-10-29 09:40:12 +00:00
15 lines
257 B
JSON
15 lines
257 B
JSON
{
|
|
"name": "ISPDowntimeMonitor",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "node src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"nodemailer": "^6.4.6",
|
|
"puppeteer": "^3.0.4"
|
|
}
|
|
}
|