Files
openclaw/extensions/memory-core/package.json

21 lines
363 B
JSON
Raw Normal View History

{
2026-01-30 03:15:10 +01:00
"name": "@openclaw/memory-core",
2026-03-13 01:37:52 +00:00
"version": "2026.3.12",
"private": true,
2026-01-30 03:15:10 +01:00
"description": "OpenClaw core memory search plugin",
2026-01-31 21:13:13 +09:00
"type": "module",
"peerDependencies": {
"openclaw": ">=2026.3.11"
},
"peerDependenciesMeta": {
"openclaw": {
"optional": true
}
},
2026-01-31 21:13:13 +09:00
"openclaw": {
"extensions": [
"./index.ts"
]
}
}