-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 988 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 988 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
{
"name": "viveworker",
"version": "0.1.9",
"description": "Local iPhone companion for Codex Desktop approvals, plan checks, questions, and notifications on your LAN.",
"author": "Yuta Hoshino <hoshino.lireneo@gmail.com>",
"license": "MIT",
"keywords": [
"codex",
"codex-desktop",
"macos",
"iphone",
"ios",
"pwa",
"web-push",
"notifications",
"approvals",
"lan",
"companion-app",
"vivecoding"
],
"homepage": "https://viveworker.com/",
"repository": "viveworker-dev/viveworker",
"type": "module",
"bin": {
"viveworker": "./scripts/viveworker.mjs"
},
"files": [
"scripts/viveworker.mjs",
"scripts/viveworker-bridge.mjs",
"scripts/lib",
"web",
"README.md",
"viveworker.env.example",
"launchd/io.viveworker.app.plist.example",
"ntfy/server.yml.example",
"ntfy/docker-compose.yml.example"
],
"dependencies": {
"qrcode-terminal": "^0.12.0",
"web-push": "^3.6.7"
}
}