-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 6.25 KB
/
Copy pathpackage.json
File metadata and controls
132 lines (132 loc) · 6.25 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
{
"name": "agent-code",
"version": "0.0.2-beta.1",
"description": "Agent Code desktop app",
"author": "Julius Olsson",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Juliusolsson05/agent-code.git"
},
"bugs": {
"url": "https://github.com/Juliusolsson05/agent-code/issues"
},
"homepage": "https://github.com/Juliusolsson05/agent-code#readme",
"main": "out/main/index.js",
"type": "module",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"workflow-mcp:build": "npm --prefix packages/workflow-mcp run build",
"dev": "npm run workflow-mcp:build && electron-vite dev",
"build:app": "npm run workflow-mcp:build && npm run client:build && electron-vite build && node scripts/copy-packaged-resources.mjs && node scripts/build-hotkey-helper.mjs",
"client:build": "vite build --config src/remote-client/vite.config.ts",
"client:dev": "vite --config src/remote-client/vite.config.ts",
"build": "npm run build:app",
"pack:mac": "npm run build && node scripts/package-mac.mjs --dir",
"package:mac": "node scripts/package-mac.mjs",
"dist:mac": "npm run runtime:prepare:mac && npm run build && npm run package:mac",
"start": "npm run workflow-mcp:build && electron-vite preview",
"typecheck": "npm run workflow-mcp:build && tsc -b --pretty false",
"test": "npm run workflow-mcp:build && NODE_ENV=test vitest run",
"test:watch": "npm run workflow-mcp:build && NODE_ENV=test vitest",
"test:unit": "npm run workflow-mcp:build && NODE_ENV=test vitest run --project unit",
"test:integration": "npm run test:system",
"test:core": "npm run test:unit",
"test:system": "npm run workflow-mcp:build && NODE_ENV=test vitest run --project system",
"test:renderer": "npm run workflow-mcp:build && NODE_ENV=test vitest run --project renderer",
"test:live": "npm run workflow-mcp:build && NODE_ENV=test vitest run --config vitest.live.config.ts --passWithNoTests",
"test:coverage": "npm run workflow-mcp:build && NODE_ENV=test vitest run --coverage",
"test:package": "npm run build && node scripts/verify-build-output.mjs",
"test:contract": "node scripts/check-test-contract.mjs",
"lifecycle:summarize": "tsx --tsconfig tsconfig.node.json scripts/summarize-lifecycle.mts",
"check:keybindings": "tsx --tsconfig tsconfig.web.json scripts/check-command-keybindings.mts",
"check": "npm run test:contract && npm run check:keybindings && npm run typecheck && npm test && npm run test:package",
"audit:production": "npm audit --omit=dev --audit-level=high",
"verify:package:mac": "node scripts/verify-packaged-mac.mjs",
"smoke:package:mac": "node scripts/smoke-packaged-mac.mjs",
"smoke:tmux": "node scripts/tmux-smoke.mjs",
"smoke:tmux:minimal": "node scripts/tmux-smoke.mjs --minimal-env",
"fixture:audit": "node scripts/audit-rendering-fixture.mjs",
"rendering-shapes:audit": "tsx --tsconfig tsconfig.web.json scripts/audit-rendering-shapes.mts",
"runtime:fetch:mitmproxy": "node scripts/runtime-tools/fetch-mitmproxy.mjs",
"runtime:verify:mitmproxy": "node scripts/runtime-tools/verify-mitmproxy.mjs",
"runtime:fetch:tmux": "node scripts/runtime-tools/fetch-tmux.mjs",
"runtime:verify:tmux": "node scripts/runtime-tools/verify-tmux.mjs",
"runtime:fetch:cloudflared": "node scripts/runtime-tools/fetch-cloudflared.mjs",
"runtime:verify:cloudflared": "node scripts/runtime-tools/verify-cloudflared.mjs",
"runtime:verify": "npm run runtime:verify:mitmproxy && npm run runtime:verify:tmux && npm run runtime:verify:cloudflared",
"upstream:check": "node scripts/check-upstream.mjs",
"conditions-core:sync": "node scripts/sync-conditions-core.mjs",
"conditions-core:check": "node scripts/sync-conditions-core.mjs --check",
"runtime:prepare:mac": "npm run runtime:fetch:mitmproxy -- --all && npm run runtime:fetch:tmux -- --all && node scripts/runtime-tools/verify-mitmproxy.mjs --strict && node scripts/runtime-tools/verify-tmux.mjs --strict && npm run runtime:fetch:cloudflared -- --all && node scripts/runtime-tools/verify-cloudflared.mjs --strict",
"postinstall": "electron-rebuild -f -w node-pty"
},
"dependencies": {
"@iconify-json/vscode-icons": "1.2.67",
"@modelcontextprotocol/sdk": "^1.29.0",
"@openai/codex-sdk": "0.144.4",
"@opentelemetry/api": "^1.9.1",
"@opentelemetry/core": "^2.9.0",
"@opentelemetry/resources": "^2.9.0",
"@opentelemetry/sdk-trace-base": "^2.9.0",
"@opentelemetry/sdk-trace-node": "^2.9.0",
"@radix-ui/react-dialog": "^1.1.19",
"@radix-ui/react-label": "^2.1.11",
"@radix-ui/react-slot": "^1.3.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/headless": "^5.5.0",
"@xterm/xterm": "^6.0.0",
"acorn": "8.15.0",
"agent-transcript-parser": "file:./packages/agent-transcript-parser",
"agent-voice-dictation": "file:./packages/agent-voice-dictation",
"workflow-mcp": "file:./packages/workflow-mcp",
"chokidar": "^5.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"highlight.js": "^11.11.1",
"monaco-editor": "^0.52.2",
"node-pty": "^1.0.0",
"pidtree": "^0.6.0",
"pidusage": "^4.0.1",
"qrcode": "1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"rehype-highlight": "^7.0.2",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.6.0",
"typescript-language-server": "^4.4.0",
"vscode-icons-js": "11.6.1",
"vscode-jsonrpc": "^8.2.1",
"vscode-languageserver-protocol": "^3.17.5",
"ws": "^8.21.0",
"zod": "^4.4.3",
"zustand": "^5.0.12"
},
"devDependencies": {
"@electron/asar": "^4.0.1",
"@electron/rebuild": "^4.2.0",
"@tailwindcss/vite": "^4.2.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^20.14.0",
"@types/pidusage": "^2.0.5",
"@types/qrcode": "1.5.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^5.2.0",
"@vitest/coverage-v8": "^4.1.7",
"electron": "^43.1.0",
"electron-builder": "^26.15.3",
"electron-vite": "^5.0.0",
"happy-dom": "^20.9.0",
"tailwindcss": "^4.2.2",
"tsx": "^4.21.0",
"typescript": "^5.5.0",
"vite": "^7.3.6",
"vitest": "^4.1.7"
}
}