Files
ocm/package.json
T
e0ebe68fb5 docs/ux: startup polish and channel support follow-ups (#4)
* Fix localized startup status text

* Improve startup UX and docs positioning

* Clean up guide section numbering

* Docs: merge remaining channel support notes

---------

Co-authored-by: Tao <dtzp555@gmail.com>
2026-03-06 21:10:12 +10:00

25 lines
516 B
JSON

{
"name": "openclaw-manager",
"version": "0.9.0",
"description": "A local web UI for managing OpenClaw AI agents \u2014 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": {}
}