-
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.59 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.59 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": "mehaisi-codeswarm",
"version": "1.0.0",
"description": "Mehaisi CodeSwarm: State-of-the-art multi-agent AI orchestration system for code quality, security, and performance optimization. Powered by SONA self-learning and vector memory.",
"main": "src/index.js",
"bin": {
"codeswarm": "src/codeswarm.js"
},
"keywords": [
"ai",
"multi-agent",
"orchestration",
"code-quality",
"refactoring",
"debugging",
"ollama",
"claude-code",
"automation",
"self-learning",
"sona",
"vector-memory",
"semantic-search",
"devops",
"software-engineering"
],
"author": "Your Name",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"ajv": "^8.17.1",
"boxen": "^8.0.1",
"chalk": "^4.1.2",
"cli-table3": "^0.6.3",
"commander": "^11.1.0",
"dotenv": "^16.3.1",
"execa": "^5.1.1",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"inquirer": "^8.2.5",
"listr2": "^7.0.2",
"marked": "^11.1.1",
"marked-terminal": "^6.1.0",
"node-fetch": "^2.7.0",
"ora": "^5.4.1",
"ruvector": "^0.1.96",
"simple-git": "^3.22.0",
"uuid": "^9.0.1",
"yaml": "^2.3.4"
},
"devDependencies": {
"@babel/preset-env": "^7.29.0",
"eslint": "^8.56.0",
"jest": "^29.7.0"
},
"scripts": {
"test": "jest",
"lint": "eslint src/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/O96a/codeswarm.git"
},
"bugs": {
"url": "https://github.com/O96a/codeswarm/issues"
},
"homepage": "https://github.com/O96a/codeswarm#readme"
}