-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1002 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1002 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": "forge-hub",
"version": "0.2.0",
"description": "Multi-channel messaging hub for Claude Code — let your AI agent receive WeChat / Telegram / Feishu / iMessage and request remote approval from your phone.",
"type": "module",
"private": true,
"engines": {
"bun": ">=1.0.0"
},
"scripts": {
"setup": "cd hub-server && bun install && cd ../hub-client && bun install && cd ../forge-engine && bun install && cd ../hub-dashboard && bun install",
"self-test": "bun hub-test-harness/harness.ts",
"doctor": "bun cli.ts doctor"
},
"repository": {
"type": "git",
"url": "https://github.com/LinekForge/forge-hub.git"
},
"homepage": "https://github.com/LinekForge/forge-hub",
"author": "Linek & Forge",
"license": "MIT",
"keywords": [
"claude-code",
"mcp",
"channel",
"hub",
"wechat",
"telegram",
"feishu",
"imessage",
"remote-approval",
"anthropic"
],
"devDependencies": {
"@types/bun": "latest"
}
}