qwen-code/packages/channels/github/package.json
qwen-code-ci-bot 893a97057b
chore(release): v0.21.3 (#8338)
* 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>
2026-08-01 18:14:12 +00:00

30 lines
633 B
JSON

{
"name": "@qwen-code/channel-github",
"version": "0.21.3",
"description": "GitHub 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": {
"@qwen-code/channel-base": "0.21.3",
"@octokit/rest": "^21.1.1",
"https-proxy-agent": "^7.0.6"
},
"devDependencies": {
"typescript": "^5.0.0"
}
}