-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 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
{
"name": "conclave",
"version": "0.14.0",
"description": "Multi-model consensus engine for Claude Code",
"scripts": {
"register": "bash scripts/register.sh",
"register:agents": "bash scripts/register-agents.sh",
"unregister": "bash scripts/unregister.sh",
"check": "biome check .",
"check:fix": "biome check --write .",
"lint": "biome lint .",
"prepare": "lefthook install",
"release": "semantic-release",
"test:converge": "bash tests/converge-extraargs.sh",
"test:tools": "bash tests/verify-tools.sh",
"test:live": "bash tests/cli-live.sh",
"test:models": "bash tests/cli-models.sh"
},
"keywords": [
"ai",
"multi-model",
"consensus",
"claude-code",
"llm-council"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.2",
"lefthook": "^2.0.15",
"semantic-release": "^25.0.2",
"semantic-release-ai-notes": "^0.2.3"
}
}