RSS Git Download  Clone
Raw Blame History
{
    "name": "p3x-systemd-manager",
    "corifeus": {
        "prefix": "p3x-",
        "publish": true,
        "type": "p3x",
        "code": "Breaking",
        "nodejs": "v22.12.0",
        "opencollective": false,
        "reponame": "systemd-manager",
        "build": true
    },
    "version": "2024.10.103",
    "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": "^2024.10.126",
        "dbus": "^1.0.7",
        "lodash": "^4.17.21",
        "millisecond": "^0.1.2",
        "moment": "^2.30.1",
        "nan": "^2.22.0",
        "nodemailer": "^6.9.16"
    },
    "devDependencies": {
        "corifeus-builder": "^2024.10.111"
    },
    "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"
    }
}