mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
24 lines
419 B
JSON
24 lines
419 B
JSON
{
|
|
"name": "@openclaw/memory-core",
|
|
"version": "2026.3.9",
|
|
"private": true,
|
|
"description": "OpenClaw core memory search plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.3.7"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|