UNPKG

p3x-systemd-manager

Version:

⌚ SystemD Manager, watchdog, notifier and service

69 lines 1.84 kB
{ "name": "p3x-systemd-manager", "corifeus": { "icon": "fas fa-cog", "prefix": "p3x-", "publish": true, "type": "p3x", "code": "Breaking", "nodejs": "v24.14.1", "opencollective": false, "reponame": "systemd-manager", "build": true }, "version": "2026.4.108", "description": "⌚ SystemD Manager, watchdog, notifier and service", "main": "index.js", "saved-dependencies": { "dbus": "git+https://github.com/p3x-robot/node-dbus.git", "fix": "https://github.com/p3x-robot/node-dbus", "fix-repo": "git+https://github.com/p3x-robot/node-dbus.git" }, "dependencies": { "corifeus-utils": "^2026.4.135", "dbus": "^1.0.7", "lodash": "^4.18.1", "millisecond": "^0.1.2", "moment": "^2.30.1", "nan": "^2.26.2", "nodemailer": "^8.0.6" }, "resolutions": { "nan": "2.23.0" }, "devDependencies": { "corifeus-builder": "^2026.4.154" }, "scripts": { "test": "grunt", "preinstall-save": "src/package/preinstall.sh" }, "bin": { "p3x-systemd-notifier": "./notifier", "p3x-systemd-watchdog": "./watchdog" }, "repository": { "type": "git", "url": "git+https://github.com/patrikx3/systemd-manager.git" }, "keywords": [ "systemd", "systemd-service", "watchdog", "notify", "linux", "manager", "service", "dbus", "notifier" ], "author": "Patrik Laszlo <alabard@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/patrikx3/systemd-manager/issues" }, "homepage": "https://corifeus.com/systemd-manager", "engines": { "node": ">=12.13.0" } }