-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 968 Bytes
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 968 Bytes
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
{
"name": "slpless",
"version": "1.0.0",
"description": "Keep your Mac or Linux machine awake for a set number of hours. Lightweight, dependency-free, and self-healing — it respawns the sleep-blocker if it ever gets killed.",
"bin": {
"slpless": "bin/slpless.js"
},
"type": "commonjs",
"files": [
"bin/",
"src/",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node test/parse.test.js"
},
"keywords": [
"caffeine",
"caffeinate",
"keep-awake",
"no-sleep",
"insomnia",
"prevent-sleep",
"cli",
"macos",
"linux",
"systemd-inhibit"
],
"engines": {
"node": ">=14"
},
"os": [
"darwin",
"linux"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/DevStrategist/slpless.git"
},
"bugs": {
"url": "https://github.com/DevStrategist/slpless/issues"
},
"homepage": "https://github.com/DevStrategist/slpless#readme"
}