{
  "name": "@qwen-code/qwen-code",
  "version": "0.19.4",
  "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-entry.js"
  },
  "scripts": {
    "postinstall": "node postinstall.js"
  },
  "files": [
    "cli-entry.js",
    "postinstall.js",
    "cli.js",
    "fzfWorker.js",
    "chunks",
    "vendor",
    "*.sb",
    "README.md",
    "LICENSE",
    "locales",
    "examples",
    "bundled",
    "web-shell",
    "patches"
  ],
  "bundledDependencies": [
    "@qwen-code/audio-capture"
  ],
  "config": {
    "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.19.4"
  },
  "dependencies": {
    "patch-package": "^8.0.1"
  },
  "optionalDependencies": {
    "@qwen-code/audio-capture": "0.19.4",
    "@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",
    "chrome-devtools-mcp": "1.4.0",
    "puppeteer-core": "25.2.0"
  },
  "engines": {
    "node": ">=22.0.0"
  }
}
