File size: 1,165 Bytes
001b2a5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "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"
  }
}