This commit is contained in:
2026-02-24 20:01:15 +10:00
commit 8ef619ebdd
8 changed files with 4517 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "openclaw-manager",
"version": "0.4.2",
"description": "A local web UI for managing OpenClaw AI agents — no npm install required",
"main": "openclaw-manager.js",
"scripts": {
"start": "node openclaw-manager.js",
"start:dir": "node openclaw-manager.js --dir"
},
"engines": {
"node": ">=18"
},
"keywords": [
"openclaw",
"ai-agent",
"telegram-bot",
"llm",
"local-ui",
"no-dependencies"
],
"author": "",
"license": "MIT",
"dependencies": {}
}