-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 736 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 736 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
{
"name": "concilium",
"version": "1.1.0",
"description": "Local multi-agent orchestration dashboard",
"main": "server/index.js",
"bin": {
"conciliumctl": "./bin/conciliumctl"
},
"scripts": {
"start": "node server/index.js",
"postinstall": "node scripts/fix-pty-perms.js",
"capture-screenshots": "node scripts/capture-screenshots.js",
"test": "node --test --test-concurrency=1"
},
"dependencies": {
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"better-sqlite3": "^12.9.0",
"express": "^4.21.2",
"express-rate-limit": "^8.5.2",
"js-yaml": "^4.1.0",
"node-pty": "^1.1.0"
},
"devDependencies": {
"playwright": "^1.59.1",
"supertest": "^7.2.2"
}
}