QwenClaw v2.0 - Complete Rebuild from OpenClaw
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user