mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-08-25 16:44:36 +00:00
* chore(release): v0.21.3 * docs(changelog): sync for v0.21.3 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
30 lines
622 B
JSON
30 lines
622 B
JSON
{
|
|
"name": "@qwen-code/channel-gitlab",
|
|
"version": "0.21.3",
|
|
"description": "GitLab polling 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",
|
|
"test": "vitest run",
|
|
"test:ci": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@gitbeaker/rest": "^42.5.0",
|
|
"@qwen-code/channel-base": "0.21.3",
|
|
"zod": "^3.25.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|