-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
142 lines (142 loc) · 5.57 KB
/
Copy pathpackage.json
File metadata and controls
142 lines (142 loc) · 5.57 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "coven-cave",
"version": "0.1.1",
"private": true,
"description": "Desktop control room for OpenCoven familiars, workflows, memory, and local agent sessions.",
"author": "OpenCoven contributors",
"license": "MIT OR AGPL-3.0-only",
"homepage": "https://github.com/OpenCoven/coven-cave",
"repository": {
"type": "git",
"url": "https://github.com/OpenCoven/coven-cave.git"
},
"scripts": {
"dev": "node --experimental-strip-types server.ts",
"dev:app": "bash scripts/dev-app.sh",
"uninstall:app": "bash scripts/uninstall-app.sh",
"mobile:tailscale": "bash scripts/mobile-tailscale.sh start",
"mobile:tailscale:invite": "bash scripts/mobile-tailscale.sh invite",
"mobile:tailscale:native": "bash scripts/mobile-tailscale.sh native",
"mobile:tailscale:native:device": "CAVE_MOBILE_DEVICE=1 bash scripts/mobile-tailscale.sh native",
"mobile:tailscale:app": "bash scripts/mobile-tailscale.sh app",
"mobile:tailscale:status": "bash scripts/mobile-tailscale.sh status",
"mobile:tailscale:stop": "bash scripts/mobile-tailscale.sh stop",
"pwa:icons": "node scripts/generate-pwa-icons.mjs",
"icons:subset": "node scripts/generate-icon-subset.mjs",
"prebuild": "node scripts/generate-icon-subset.mjs && node scripts/generate-pwa-icons.mjs && node scripts/build-sandbox-runtime.mjs",
"build": "next build && pnpm build:server",
"postbuild": "node scripts/bundle-budget.mjs",
"test:bundle": "node scripts/bundle-budget.mjs",
"typecheck": "tsc --noEmit",
"check:tests-wired": "node scripts/check-tests-wired.mjs",
"test": "node scripts/run-tests.mjs app",
"test:app": "node scripts/run-tests.mjs app",
"test:api": "node scripts/run-tests.mjs api",
"test:api:http": "node scripts/api-http-smoke.mjs",
"test:mobile": "node scripts/run-tests.mjs mobile",
"test:conformance": "node scripts/run-tests.mjs conformance",
"beads:prime": "bd prime",
"beads:ready": "bd ready --json",
"beads:prs": "node --experimental-strip-types scripts/beads-pr-bridge.ts --repo OpenCoven/coven-cave",
"beads:prs:json": "node --experimental-strip-types scripts/beads-pr-bridge.ts --repo OpenCoven/coven-cave --json",
"beads:prs:apply": "node --experimental-strip-types scripts/beads-pr-bridge.ts --repo OpenCoven/coven-cave --apply",
"beads:prs:patrol": "node --experimental-strip-types scripts/beads-pr-patrol.ts --repo OpenCoven/coven-cave",
"beads:prs:patrol:apply": "node --experimental-strip-types scripts/beads-pr-patrol.ts --repo OpenCoven/coven-cave --apply",
"hfr:export": "node --experimental-strip-types scripts/coven-hfr-export.ts",
"beads:sync": "bd dolt pull && bd dolt push",
"sync:runtimes": "node scripts/sync-runtimes.mjs",
"beads:doctor": "bd doctor && bd lint",
"test:sidecar-runtime": "node scripts/sidecar-runtime-smoke.mjs",
"e2e:install": "playwright install chromium webkit",
"test:e2e:mobile": "pnpm e2e:install && playwright test --project=pixel-5 --project=iphone-13",
"test:e2e": "pnpm e2e:install && playwright test",
"start": "node server.mjs",
"build:server": "esbuild server.ts --bundle=false --platform=node --target=node22 --outfile=server.mjs --format=esm",
"postinstall": "node scripts/fix-node-pty-spawn-helper.mjs",
"test:supply-chain": "node scripts/dependency-policy.test.mjs"
},
"dependencies": {
"@codemirror/language": "6.12.3",
"@create-markdown/core": "2.0.3",
"@create-markdown/preview": "2.0.3",
"@create-markdown/preview-mermaid": "2.0.3",
"@create-markdown/react": "2.0.3",
"@dnd-kit/core": "6.3.1",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@iconify-json/ph": "1.2.2",
"@iconify/react": "6.0.2",
"@lezer/highlight": "1.2.3",
"@milkdown/crepe": "7.21.2",
"@milkdown/react": "7.21.2",
"@tailwindcss/browser": "4.3.1",
"@tauri-apps/api": "2.11.1",
"@tauri-apps/plugin-notification": "2.3.3",
"@tauri-apps/plugin-os": "2.3.2",
"@tauri-apps/plugin-process": "2.3.1",
"@tauri-apps/plugin-updater": "2.10.1",
"@types/qrcode": "1.5.6",
"@uiw/codemirror-extensions-langs": "4.25.10",
"@uiw/react-codemirror": "4.25.10",
"@visx/curve": "4.0.0",
"@visx/group": "4.0.0",
"@visx/responsive": "4.0.0",
"@visx/scale": "4.0.0",
"@visx/shape": "4.0.0",
"@xterm/addon-fit": "0.11.0",
"@xterm/addon-search": "0.16.0",
"@xterm/addon-web-links": "0.12.0",
"@xterm/xterm": "6.0.0",
"@xyflow/react": "12.11.1",
"mermaid": "11.16.0",
"next": "16.2.9",
"node-pty": "1.1.0",
"qrcode": "1.5.4",
"react": "19.2.7",
"react-colorful": "5.7.0",
"react-dom": "19.2.7",
"react-resizable-panels": "4.12.0",
"sharp": "0.34.5",
"shiki": "4.3.0",
"sucrase": "3.35.1",
"ws": "8.21.0",
"yaml": "2.9.0"
},
"devDependencies": {
"@next/bundle-analyzer": "16.2.9",
"@playwright/test": "1.61.1",
"@tailwindcss/postcss": "4.3.1",
"@tauri-apps/cli": "2.11.4",
"@types/node": "24.13.2",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/ws": "8.18.1",
"babel-plugin-react-compiler": "1.0.0",
"esbuild": "0.28.1",
"highlight.js": "11.11.1",
"tailwindcss": "4.3.1",
"typescript": "6.0.3",
"vitest": "4.1.9"
},
"packageManager": "pnpm@10.34.0",
"pnpm": {
"overrides": {
"enhanced-resolve": "5.23.0"
},
"supportedArchitectures": {
"os": [
"linux",
"darwin",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"libc": [
"glibc",
"musl"
]
}
}
}