| { |
| "name": "@qwen-code/qwen-code", |
| "version": "0.12.3", |
| "description": "Qwen Code - AI-powered coding assistant", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/QwenLM/qwen-code.git" |
| }, |
| "type": "module", |
| "main": "cli.js", |
| "bin": { |
| "qwen": "cli.js" |
| }, |
| "files": [ |
| "cli.js", |
| "vendor", |
| "*.sb", |
| "README.md", |
| "LICENSE", |
| "locales" |
| ], |
| "config": { |
| "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.12.3" |
| }, |
| "dependencies": {}, |
| "optionalDependencies": { |
| "@lydell/node-pty": "1.1.0", |
| "@lydell/node-pty-darwin-arm64": "1.1.0", |
| "@lydell/node-pty-darwin-x64": "1.1.0", |
| "@lydell/node-pty-linux-x64": "1.1.0", |
| "@lydell/node-pty-win32-arm64": "1.1.0", |
| "@lydell/node-pty-win32-x64": "1.1.0", |
| "@teddyzhu/clipboard": "0.0.5", |
| "@teddyzhu/clipboard-darwin-arm64": "0.0.5", |
| "@teddyzhu/clipboard-darwin-x64": "0.0.5", |
| "@teddyzhu/clipboard-linux-x64-gnu": "0.0.5", |
| "@teddyzhu/clipboard-linux-arm64-gnu": "0.0.5", |
| "@teddyzhu/clipboard-win32-x64-msvc": "0.0.5", |
| "@teddyzhu/clipboard-win32-arm64-msvc": "0.0.5" |
| }, |
| "engines": { |
| "node": ">=20.0.0" |
| } |
| } |
|
|