forked from fujibee/agmsg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 995 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 995 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
{
"name": "agmsg",
"version": "1.1.3",
"description": "Cross-agent messaging via SQLite for CLI AI agents (Claude Code, Codex, Gemini CLI, GitHub Copilot CLI, Antigravity, OpenCode). The npm package is a thin bootstrapper that fetches and runs the canonical bash installer at https://github.com/fujibee/agmsg.",
"bin": {
"agmsg": "bin/agmsg.js"
},
"scripts": {
"test": "node bin/agmsg.js --version"
},
"homepage": "https://agmsg.cc",
"repository": {
"type": "git",
"url": "git+https://github.com/fujibee/agmsg.git"
},
"bugs": {
"url": "https://github.com/fujibee/agmsg/issues"
},
"author": "fujibee",
"license": "MIT",
"keywords": [
"claude-code",
"codex",
"gemini-cli",
"copilot-cli",
"antigravity",
"opencode",
"messaging",
"multi-agent",
"agent-to-agent",
"sqlite",
"cli"
],
"engines": {
"node": ">=14"
},
"files": [
"bin/",
"README.md",
"CHANGELOG.md",
"LICENSE"
]
}