-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.62 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "p3x-systemd-manager",
"corifeus": {
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Breaking",
"nodejs": "v22.3.0",
"opencollective": false,
"reponame": "systemd-manager",
"build": true
},
"version": "2024.10.102",
"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.112",
"dbus": "^1.0.7",
"lodash": "^4.17.21",
"millisecond": "^0.1.2",
"moment": "^2.30.1",
"nan": "^2.20.0",
"nodemailer": "^6.9.14"
},
"devDependencies": {
"corifeus-builder": "^2024.10.103"
},
"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 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/patrikx3/systemd-manager/issues"
},
"homepage": "https://corifeus.com/systemd-manager",
"engines": {
"node": ">=12.13.0"
}
}