QwenClaw v2.0 - Complete Rebuild from OpenClaw

This commit is contained in:
AI Agent
2026-02-26 19:25:10 +04:00
Unverified
commit 7e297c53b9
5 changed files with 380 additions and 0 deletions

28
package.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "qwenclaw",
"version": "2.0.0",
"description": "QwenClaw - Qwen Code CLI Integration (Rebuilt from OpenClaw)",
"type": "module",
"bin": {
"qwenclaw": "./bin/qwenclaw.js"
},
"scripts": {
"start": "node bin/qwenclaw.js start",
"status": "node bin/qwenclaw.js status",
"send": "node bin/qwenclaw.js send",
"skills": "node bin/qwenclaw.js skills",
"setup": "node bin/qwenclaw.js setup",
"help": "node bin/qwenclaw.js help"
},
"keywords": ["qwen", "qwen-code", "cli", "ai-assistant", "openclaw"],
"author": "QwenClaw Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.rommark.dev/admin/QwenClaw-with-Auth.git"
},
"homepage": "https://github.rommark.dev/admin/QwenClaw-with-Auth#readme",
"bugs": {
"url": "https://github.rommark.dev/admin/QwenClaw-with-Auth/issues"
}
}