qwen-code/packages/channels/feishu/package.json
qwen-code-ci-bot b330ec884f
chore(release): v0.19.8 (#6549)
* chore(release): v0.19.8

* docs(changelog): sync for v0.19.8

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-08 15:51:03 +00:00

27 lines
558 B
JSON

{
"name": "@qwen-code/channel-feishu",
"version": "0.19.8",
"description": "Feishu (Lark) channel adapter for Qwen Code",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc --build"
},
"dependencies": {
"@qwen-code/channel-base": "file:../base",
"@larksuiteoapi/node-sdk": "^1.45.0"
},
"devDependencies": {
"typescript": "^5.0.0"
}
}