Initial commit

This commit is contained in:
Vadher
2026-07-19 14:09:43 +05:30
parent 8bf2cda36c
commit ca4d5b3db6
15 changed files with 168424 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "uptime_monitor",
"version": "1.0.0",
"description": "simple url status monitor application",
"license": "ISC",
"author": "akshay vadher",
"type": "commonjs",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"dotenv": "^17.4.2"
}
}