-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 984 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 984 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
38
39
40
41
42
43
44
45
{
"name": "@rkz91/coco-cli",
"version": "1.0.0",
"description": "An entire team. Wherever your AI lives. Open-source AI workflow framework with 59+ skills, 34+ commands, and multi-agent orchestration. Vendor-neutral across Claude Code, Cursor, Codex, and AGENTS.md tools.",
"bin": {
"coco": "./bin/coco.js"
},
"files": [
"bin/",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node bin/coco.js --help"
},
"keywords": [
"ai",
"ai-agents",
"agent-skills",
"agents-md",
"claude-code",
"cursor",
"codex",
"mcp",
"llm-tools",
"developer-tools",
"productivity"
],
"author": "Coco Inc",
"license": "MIT",
"homepage": "https://github.com/rkz91/coco",
"repository": {
"type": "git",
"url": "git+https://github.com/rkz91/coco.git"
},
"bugs": {
"url": "https://github.com/rkz91/coco/issues"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14"
}
}