-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.01 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.01 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
{
"name": "ide-agent-kit",
"version": "0.4.0",
"description": "Built for OpenClaw workflows — ACP session orchestration, room-triggered automation, comment polling, Discord + Moltbook + GitHub connectors, receipts, exec approvals",
"type": "module",
"bin": {
"ide-agent-kit": "./bin/cli.mjs"
},
"scripts": {
"test": "node --test test/*.test.mjs",
"start": "node bin/cli.mjs serve"
},
"keywords": [
"ide",
"agent",
"ai",
"webhook",
"tmux",
"receipts",
"openclaw",
"gateway",
"sessions",
"governance",
"moltbook",
"automation",
"comment-polling",
"github-connector",
"discord",
"acp"
],
"license": "AGPL-3.0-only",
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "https://github.com/ThinkOffApp/ide-agent-kit.git"
},
"homepage": "https://github.com/ThinkOffApp/ide-agent-kit#readme",
"author": "ThinkOff",
"bugs": {
"url": "https://github.com/ThinkOffApp/ide-agent-kit/issues"
}
}