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

16 lines
294 B
JSON
Raw Normal View History

2020-02-26 22:56:42 +00:00
{
"name": "cachet-monitor",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node index.js"
},
2020-02-27 18:04:38 +00:00
"author": "mail@sp-codes.de",
2020-02-26 22:56:42 +00:00
"dependencies": {
"abort-controller": "^3.0.0",
"libnmap": "^0.4.19",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.0"
}
}