-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 779 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 779 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
29
30
31
32
33
34
35
36
37
{
"name": "chati-dev-monorepo",
"version": "1.0.0",
"private": true,
"description": "Chati.dev — AI-Powered Multi-Agent Orchestration System",
"author": "Chati.dev",
"license": "Elastic-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Chati-dev/Chati.dev.git"
},
"workspaces": [
"packages/*"
],
"engines": {
"node": ">=20.0.0",
"npm": ">=9.0.0"
},
"scripts": {
"init": "npm -w packages/chati-dev run init",
"status": "npm -w packages/chati-dev run status",
"test": "echo \"See packages/chati-dev for tests\""
},
"keywords": [
"ai",
"agents",
"multi-agent",
"development",
"framework",
"orchestration",
"cli",
"claude",
"gemini",
"codex",
"multi-llm"
]
}