{
  "name": "@3-/qwen-code",
  "version": "0.1.11",
  "description": "Qwen Code",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/QwenLM/qwen-code.git"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "qwen": "dist/index.js"
  },
  "exports": {
    ".": "./index.js",
    "./*": "./*"
  },
  "scripts": {
    "build": "node ../../scripts/build_package.js",
    "start": "node dist/index.js",
    "debug": "node --inspect-brk dist/index.js",
    "lint": "eslint . --ext .ts,.tsx",
    "format": "prettier --write .",
    "test": "vitest run",
    "test:ci": "vitest run",
    "typecheck": "tsc --noEmit",
    "check-i18n": "tsx ../../scripts/check-i18n.ts"
  },
  "files": [
    "*"
  ],
  "config": {
    "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.4.1"
  },
  "dependencies": {
    "@3-/qwen-code-core": "^0.1.8",
    "@google/genai": "1.16.0",
    "@iarna/toml": "^2.2.5",
    "@modelcontextprotocol/sdk": "^1.15.1",
    "@types/update-notifier": "^6.0.8",
    "ansi-regex": "^6.2.2",
    "command-exists": "^1.2.9",
    "comment-json": "^4.2.5",
    "diff": "^7.0.0",
    "dotenv": "^17.1.0",
    "extract-zip": "^2.0.1",
    "fzf": "^0.5.2",
    "glob": "^10.4.5",
    "highlight.js": "^11.11.1",
    "ink": "^6.2.3",
    "ink-gradient": "^3.0.0",
    "ink-link": "^4.1.0",
    "ink-spinner": "^5.0.0",
    "lowlight": "^3.3.0",
    "open": "^10.1.2",
    "qrcode-terminal": "^0.12.0",
    "react": "^19.1.0",
    "read-package-up": "^11.0.0",
    "shell-quote": "^1.8.3",
    "simple-git": "^3.28.0",
    "string-width": "^7.1.0",
    "strip-ansi": "^7.1.0",
    "strip-json-comments": "^3.1.1",
    "tar": "^7.5.1",
    "undici": "^7.10.0",
    "update-notifier": "^7.3.1",
    "wrap-ansi": "9.0.2",
    "yargs": "^17.7.2",
    "zod": "^3.23.8"
  },
  "engines": {
    "node": ">=20"
  }
}
