openclaw/extensions/memory-core/package.json
Qasim 0174db2654 Merge upstream/main into nylas-i001; align nylas extension with moltbot rename
Resolve pnpm-lock.yaml conflict from the clawdbot→moltbot rename.
Update nylas extension references (package name, config key, CLI output,
README) and add missing devDependencies to memory-core so pnpm resolves
the workspace root correctly.
2026-01-27 09:16:01 -05:00

18 lines
317 B
JSON

{
"name": "@moltbot/memory-core",
"version": "2026.1.26",
"type": "module",
"description": "Moltbot core memory search plugin",
"moltbot": {
"extensions": [
"./index.ts"
]
},
"devDependencies": {
"moltbot": "workspace:*"
},
"peerDependencies": {
"moltbot": ">=2026.1.26"
}
}