This repository was archived by the owner on Jun 8, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 4.76 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 4.76 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
{
"name": "desktop",
"version": "0.15.117",
"description": "ClosedLoop Desktop",
"author": "ClosedLoop AI <support@closedloop.ai>",
"private": true,
"type": "module",
"main": "dist/main/index.js",
"scripts": {
"dev": "pnpm build && ELECTRON_BIN=$(bash scripts/patch-electron-plist.sh | tail -1) && \"$ELECTRON_BIN\" .",
"start": "pnpm build:agent-monitor && ELECTRON_BIN=$(bash scripts/patch-electron-plist.sh | tail -1) && \"$ELECTRON_BIN\" .",
"clean:dist": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
"clean:package": "node -e \"require('fs').rmSync('dist-dmg',{recursive:true,force:true})\"",
"prebuild": "node -e \"const{execSync:e}=require('child_process'),{writeFileSync:w}=require('fs');const h=e('git rev-parse HEAD').toString().trim();w('src/shared/build-info.ts','// AUTO-GENERATED — do not edit\\nexport const BUILD_COMMIT_HASH = \\\"'+h+'\\\";\\n');\"",
"build": "pnpm clean:dist && pnpm prebuild && tsc -p tsconfig.json && pnpm build:renderer && pnpm build:agent-monitor",
"build:renderer": "vite build --config vite.renderer.config.ts",
"build:agent-monitor": "node scripts/build-agent-monitor.mjs",
"dashboard:reset": "node scripts/reset-dashboard-db.mjs",
"dashboard:reset-packs": "node scripts/reset-dashboard-db.mjs --packs-only",
"stage:package": "node scripts/stage-packaging-app.mjs",
"typecheck": "tsc -p tsconfig.json --noEmit && pnpm typecheck:renderer",
"typecheck:renderer": "tsc -p tsconfig.renderer.json --noEmit",
"lint": "eslint src/",
"assert:design-system-boundary": "tsx --test test/agent-dashboard-boundary.test.ts",
"test:boot:design-system-off": "node --import tsx scripts/assert-design-system-boot-off.mjs",
"measure:agent-dashboard-storage": "node scripts/measure-agent-dashboard-storage.mjs",
"verify:electron-binary": "node scripts/ensure-electron-binary.mjs",
"test": "tsx --test --test-concurrency=1 test/*.test.ts && node --test \"scripts/agent-monitor-packs/__tests__/*.test.js\" \"scripts/agent-monitor-pull-requests/__tests__/*.test.js\"",
"pretest:contract": "pnpm build:agent-monitor",
"test:contract": "node --test \"test-e2e/agent-monitor/specs/api-contract/*.test.mjs\"",
"pretest:e2e": "pnpm build:agent-monitor",
"test:e2e": "playwright test --config test-e2e/agent-monitor/playwright.config.ts",
"pretest:audit": "pnpm build:agent-monitor && pnpm audit:scan && pnpm audit:classify",
"audit:scan": "node test-e2e/agent-monitor/inventory/scan-tiles.mjs",
"audit:classify": "node test-e2e/agent-monitor/inventory/coverage-classifier.mjs",
"audit:coverage": "bash scripts/check-audit-coverage.sh",
"test:audit": "node --test \"test-e2e/agent-monitor/specs/audit/*.test.mjs\"",
"pretest:audit:ui": "pnpm build:agent-monitor",
"test:audit:ui": "playwright test --config test-e2e/agent-monitor/playwright.audit.config.ts",
"preaudit:report": "pnpm build:agent-monitor",
"audit:report": "node test-e2e/agent-monitor/inventory/run-report.mjs",
"package": "pnpm clean:package && pnpm build && pnpm stage:package && node scripts/run-electron-builder.mjs",
"release": "pnpm clean:package && pnpm build && pnpm stage:package && node scripts/run-electron-builder.mjs --publish always"
},
"dependencies": {
"@closedloop-ai/design-system": "0.1.1-dev.26892521643.1",
"@closedloop-ai/loops-api": ">=0.3.1",
"@pydantic/genai-prices": "0.0.62",
"agent-dashboard": "github:hoangsonww/Claude-Code-Agent-Monitor#840c518d7fa69231de049e41b893938228b67e40",
"busboy": "^1.6.0",
"electron-log": "^5.4.3",
"electron-store": "^8.2.0",
"electron-updater": "^6.8.3",
"glob": "^11.0.1",
"lucide-react": "^0.556.0",
"react": "^19.2.6",
"react-day-picker": "^9.14.0",
"react-dom": "^19.2.6",
"react-hook-form": "^7.76.1",
"react-resizable-panels": "^3.0.6",
"socket.io-client": "^4.8.1",
"zod": "^4.0.0"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.3.0",
"@types/busboy": "^1.5.4",
"@types/node": "24.12.4",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@typescript-eslint/eslint-plugin": "^8.57.1",
"@typescript-eslint/parser": "^8.57.1",
"@vitejs/plugin-react": "^5.1.3",
"agent-dashboard-client": "github:hoangsonww/Claude-Code-Agent-Monitor#840c518d7fa69231de049e41b893938228b67e40&path:/client",
"autoprefixer": "10.4.20",
"electron": "^35.0.2",
"electron-builder": "^26.8.1",
"eslint": "^10.0.3",
"postcss": "8.5.1",
"tailwindcss": "4.3.0",
"tailwindcss-legacy": "npm:tailwindcss@3.4.17",
"tsx": "^4.19.3",
"tw-animate-css": "^1.4.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.57.1",
"vite": "^7.3.2"
}
}