Files
QwenClaw-with-Auth/package.json

46 lines
1.1 KiB
JSON

{
"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",
"qwenclaw-mcp": "./src/mcp-server.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",
"mcp": "node src/mcp-server.js"
},
"keywords": [
"qwen",
"qwen-code",
"cli",
"ai-assistant",
"openclaw",
"multi-agent",
"automation",
"mcp"
],
"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"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.27.1"
}
}