-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.56 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.56 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
{
"name": "soviet-code",
"version": "1.964.0",
"description": "AI coding agent with mandatory 3-model review tribunal. Your code. Under proper supervision. ☭",
"type": "module",
"bin": {
"soviet": "./dist/cli.js"
},
"scripts": {
"build": "tsc",
"build:conductor": "cd conductor && npx tsc",
"start:conductor": "node conductor/dist/index.js",
"prepublishOnly": "npm run build && npm run build:conductor",
"dev": "tsx src/cli.ts",
"start": "node dist/cli.js",
"test:e2e": "playwright test"
},
"keywords": [
"ai",
"claude",
"anthropic",
"code-review",
"cli",
"typescript",
"developer-tools",
"workflow",
"planning",
"agent",
"llm",
"automation"
],
"author": "Vadim Reshetnikov",
"license": "MIT",
"files": [
"dist/",
"conductor/dist/",
"gosplan.yaml",
"README.md",
"LICENSE",
"IDEOLOGY.md",
"CONTRIBUTING.md"
],
"homepage": "https://disentinel.github.io/soviet-code/",
"repository": {
"type": "git",
"url": "git+https://github.com/Disentinel/soviet-code.git"
},
"bugs": {
"url": "https://github.com/Disentinel/soviet-code/issues"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.29.0",
"commander": "12.1.0",
"smol-toml": "^1.6.1",
"yaml": "^2.4.0"
},
"devDependencies": {
"@babel/cli": "7.28.6",
"@babel/preset-react": "7.28.5",
"@playwright/test": "^1.59.1",
"@types/node": "22.15.17",
"sharp": "0.34.5",
"tsx": "4.19.4",
"typescript": "5.8.3"
}
}