UNPKG

p3x-systemd-manager

Version:

⌚ SystemD Manager, watchdog, notifier and service

61 lines 1.65 kB
{ "name": "p3x-systemd-manager", "corifeus": { "prefix": "p3x-", "publish": true, "type": "p3x", "code": "Breaking", "nodejs": "v22.13.1", "opencollective": false, "reponame": "systemd-manager", "build": true }, "version": "2025.4.122", "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": "^2025.4.123", "dbus": "^1.0.7", "lodash": "^4.17.21", "millisecond": "^0.1.2", "moment": "^2.30.1", "nan": "^2.22.0", "nodemailer": "^6.10.0" }, "devDependencies": { "corifeus-builder": "^2025.4.135" }, "scripts": { "test": "grunt", "preinstall-save": "src/package/preinstall.sh" }, "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" } }