openclaw/packages/moltbot/package.json
kumarabhirup e62035968c
Merge remote-tracking branch 'upstream/main' into dench-workspace
Co-authored-by: Cursor <cursoragent@cursor.com>

# Conflicts:
#	extensions/feishu/package.json
#	package.json
#	pnpm-lock.yaml
#	src/agents/pi-embedded-subscribe.ts
#	src/gateway/server-startup.ts
#	src/security/audit-extra.ts
#	src/telegram/bot-message-context.ts
2026-02-12 01:58:58 -08:00

17 lines
321 B
JSON

{
"name": "moltbot",
"version": "2026.2.10",
"description": "Compatibility shim that forwards to openclaw",
"bin": {
"moltbot": "./bin/moltbot.js"
},
"type": "module",
"exports": {
".": "./index.js",
"./cli-entry": "./bin/moltbot.js"
},
"dependencies": {
"ironclaw": "workspace:*"
}
}