mirror of
https://github.com/dtzp555-max/ocm.git
synced 2026-07-21 21:15:08 +00:00
* 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>
25 lines
516 B
JSON
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": {}
|
|
}
|