mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-07 22:44:16 +00:00
19 lines
341 B
JSON
19 lines
341 B
JSON
{
|
|
"name": "@openclaw/memory-core",
|
|
"version": "2026.2.23",
|
|
"private": true,
|
|
"description": "OpenClaw core memory search plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.1.26"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|