This repository has been archived on 2021-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
cachet-monitor/package.json

17 lines
318 B
JSON

{
"name": "cachet-monitor",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node index.js"
},
"author": "mail@sp-codes.de",
"license": "GPL-3.0",
"dependencies": {
"abort-controller": "^3.0.0",
"libnmap": "^0.4.19",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.6"
}
}