-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 786 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 786 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
{
"name": "secure-openclaw",
"version": "1.0.0",
"description": "Secure OpenClaw gateway - WhatsApp, Telegram, Signal, iMessage adapters with Claude agent runtime",
"type": "module",
"main": "gateway.js",
"bin": {
"secure-openclaw": "./cli.js"
},
"scripts": {
"start": "node cli.js start",
"chat": "node cli.js chat",
"setup": "node cli.js setup",
"cli": "node cli.js"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.1.0",
"@composio/core": "latest",
"@opencode-ai/sdk": "latest",
"@whiskeysockets/baileys": "^6.7.16",
"dotenv": "^17.2.4",
"node-telegram-bot-api": "^0.66.0",
"oh-my-logo": "^0.4.0",
"pino": "^9.6.0",
"qrcode": "^1.5.4",
"qrcode-terminal": "^0.12.0",
"zod": "^3.24.0"
}
}