mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
- Add WeixinAdapter with accounts, api, login, monitor, send modules - Add channel configure command for interactive setup - Update TelegramAdapter for consistency Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
19 lines
447 B
JSON
19 lines
447 B
JSON
{
|
|
"name": "@qwen-code/channel-weixin",
|
|
"version": "0.1.0",
|
|
"description": "WeChat (Weixin) channel adapter for Qwen Code",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./accounts": "./src/accounts.ts",
|
|
"./login": "./src/login.ts"
|
|
},
|
|
"dependencies": {
|
|
"@qwen-code/channel-base": "file:../base"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|