-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) Β· 820 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) Β· 820 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
{
"name": "wx-ai-bot",
"version": "1.1.3",
"description": "One-command WeChat AI Bot β npx wx-ai-bot and you're live. Supports OpenAI, Claude, Gemini, Ollama, Codex, Claude Code, OpenClaw, or any OpenAI-compatible API.",
"type": "module",
"bin": {
"wx-ai-bot": "bin/weixin-bot.mjs"
},
"files": [
"bin/",
"lib/",
"LICENSE",
"README.md",
"Dockerfile"
],
"repository": {
"type": "git",
"url": "git+https://github.com/abczsl520/weixin-bot.git"
},
"homepage": "https://github.com/abczsl520/weixin-bot#readme",
"keywords": [
"weixin", "wechat", "bot", "chatbot", "ai",
"openai", "claude", "gemini", "ollama", "codex", "openclaw",
"ilink", "cli", "npx", "docker"
],
"author": "abczsl520",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
}
}