mirror of
https://github.com/lotsoftick/openclaw_client.git
synced 2026-08-14 08:52:46 +00:00
22 lines
517 B
JSON
22 lines
517 B
JSON
{
|
|
"name": "openclaw-client",
|
|
"version": "2.5.5",
|
|
"description": "Web-based chat interface for OpenClaw AI agents",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"setup": "node scripts/setup.js",
|
|
"dev": "node scripts/dev.js",
|
|
"start": "node scripts/start.js",
|
|
"stop": "node scripts/stop.js"
|
|
},
|
|
"bin": {
|
|
"openclaw-client": "scripts/cli.mjs",
|
|
"openclaw_client": "scripts/cli.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"vite-plugin-pwa": "^1.2.0",
|
|
"workbox-window": "^7.4.0"
|
|
}
|
|
}
|