2026-01-18 06:02:37 +00:00
|
|
|
{
|
2026-01-30 03:15:10 +01:00
|
|
|
"name": "@openclaw/memory-core",
|
2026-03-13 01:37:52 +00:00
|
|
|
"version": "2026.3.12",
|
2026-02-09 12:56:04 -06:00
|
|
|
"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",
|
2026-01-24 19:07:01 +00:00
|
|
|
"peerDependencies": {
|
2026-03-12 19:00:49 -04:00
|
|
|
"openclaw": ">=2026.3.11"
|
2026-01-27 21:19:14 +01:00
|
|
|
},
|
2026-03-03 22:00:15 -08:00
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"openclaw": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-31 21:13:13 +09:00
|
|
|
"openclaw": {
|
|
|
|
|
"extensions": [
|
|
|
|
|
"./index.ts"
|
|
|
|
|
]
|
2026-01-18 06:02:37 +00:00
|
|
|
}
|
|
|
|
|
}
|