-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 823 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 823 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
{
"type": "module",
"license": "MIT",
"main": "index.ts",
"version": "0.2.2",
"engines": {
"opencode": ">=1.14.0"
},
"author": "ignisda",
"name": "opencode-wakelock",
"homepage": "https://github.com/IgnisDa/opencode-wakelock#readme",
"description": "Prevent the system from sleeping while OpenCode agent is active (macOS + Linux)",
"bugs": {
"url": "https://github.com/IgnisDa/opencode-wakelock/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IgnisDa/opencode-wakelock.git"
},
"devDependencies": {
"@opencode-ai/plugin": "latest",
"bun-types": "latest"
},
"keywords": [
"sleep",
"wakelock",
"plugin",
"opencode",
"macos",
"linux",
"caffeinate",
"systemd-inhibit",
"fedora",
"plasma",
"kde"
]
}