Files
QwenClaw-with-Auth/package.json
2026-02-26 19:25:10 +04:00

29 lines
874 B
JSON

{
"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"
}
}