{ "name": "qwenclaw", "version": "2.0.0", "description": "Qwen Code CLI's ALWAYS-ON AI Assistant - Built 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", "multi-agent", "automation" ], "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" }, "engines": { "node": ">=22.0.0" } }