-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.42 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@richizo/openclaw-qwen-code-cli",
"version": "1.0.0",
"description": "OpenClaw provider plugin — use Qwen Code locally via the Qwen Code CLI (no API key needed in OpenClaw)",
"type": "module",
"license": "MIT",
"author": "Ricardo Ichizo",
"homepage": "https://github.com/richizo/openclaw-cli-providers/tree/main/packages/qwen-code-cli",
"repository": {
"type": "git",
"url": "https://github.com/richizo/openclaw-cli-providers.git",
"directory": "packages/qwen-code-cli"
},
"bugs": {
"url": "https://github.com/richizo/openclaw-cli-providers/issues"
},
"keywords": [
"openclaw",
"openclaw-plugin",
"qwen",
"alibaba",
"llm",
"provider",
"coding"
],
"files": [
"index.ts",
"openclaw.plugin.json",
"README.md",
"LICENSE"
],
"openclaw": {
"extensions": ["./index.ts"],
"providers": ["qwen-code-cli"],
"install": {
"npmSpec": "@richizo/openclaw-qwen-code-cli"
},
"compat": {
"pluginApi": ">=2026.3.24-beta.2",
"minGatewayVersion": "2026.3.24-beta.2"
},
"build": {
"openclawVersion": "2026.4.4",
"pluginSdkVersion": "2026.4.4"
}
},
"peerDependencies": {
"openclaw": ">=2026.3.0"
},
"dependencies": {
"@mariozechner/pi-ai": "^0.66.1"
},
"devDependencies": {
"openclaw": "2026.4.11",
"typescript": "^5.7.0"
},
"scripts": {
"typecheck": "tsc --noEmit"
}
}