openclaw / extensions /memory-core /package.json
quinnz's picture
change port 18789 to 7860
3509093
{
"name": "@openclaw/memory-core",
"version": "2026.1.30",
"description": "OpenClaw core memory search plugin",
"type": "module",
"devDependencies": {
"openclaw": "workspace:*"
},
"peerDependencies": {
"openclaw": ">=2026.1.26"
},
"openclaw": {
"extensions": [
"./index.ts"
]
}
}