chore: Run pnpm format:fix.

This commit is contained in:
cpojer
2026-01-31 21:13:13 +09:00
parent dcc2de15a6
commit 8cab78abbc
624 changed files with 10729 additions and 7514 deletions

View File

@@ -1,15 +1,15 @@
{
"name": "moltbot",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Compatibility shim that forwards to openclaw",
"bin": {
"moltbot": "./bin/moltbot.js"
},
"type": "module",
"exports": {
".": "./index.js",
"./cli-entry": "./bin/moltbot.js"
},
"bin": {
"moltbot": "./bin/moltbot.js"
},
"scripts": {
"postinstall": "node ./scripts/postinstall.js"
},