Spaces:
Paused
Paused
File size: 322 Bytes
87fc763 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"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"
]
}
}
|