Renovate Bot
00e4573c0d
All checks were successful
continuous-integration/drone/push Build is passing
16 lines
318 B
JSON
16 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": "^2.0.3",
|
|
"node-fetch": "^2.6.1"
|
|
}
|
|
}
|