Website monitor via HeroUnion.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
569 B

6 months ago
{
"name": "@filesite/monit-via-herounion",
"description": "Website monitor via HeroUnion: https://herounion.filesite.io.",
"version": "0.0.1",
"author": "filesite.io",
"repository": {
"type": "git",
"url": "https://git.filesite.io/filesite/monit-via-herounion.git"
},
"license": "MIT",
"type": "module",
"engines": {
"node": ">=16"
6 months ago
},
"dependencies": {
"node-cron": "^3.0.2",
"axios": "^1.3.3",
"md5": "^2.3.0"
},
"scripts": {
"start": "node server.mjs"
}
}