{
  "name": "@qwen-code/qwen-code",
  "version": "0.17.0",
  "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",
    "chunks",
    "vendor",
    "*.sb",
    "README.md",
    "LICENSE",
    "locales",
    "bundled"
  ],
  "config": {
    "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.17.0"
  },
  "dependencies": {},
  "optionalDependencies": {
    "@lydell/node-pty": "1.2.0-beta.10",
    "@lydell/node-pty-darwin-arm64": "1.2.0-beta.10",
    "@lydell/node-pty-darwin-x64": "1.2.0-beta.10",
    "@lydell/node-pty-linux-x64": "1.2.0-beta.10",
    "@lydell/node-pty-win32-arm64": "1.2.0-beta.10",
    "@lydell/node-pty-win32-x64": "1.2.0-beta.10",
    "@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": ">=22.0.0"
  }
}
