openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
30 lines (29 loc) • 556 B
JSON
{
"name": "@openclaw/memory-core",
"version": "2026.6.6",
"private": true,
"description": "OpenClaw core memory search plugin",
"type": "module",
"dependencies": {
"chokidar": "5.0.0",
"json5": "2.2.3",
"typebox": "1.1.39"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",
"openclaw": "2026.5.28"
},
"peerDependencies": {
"openclaw": ">=2026.6.6"
},
"peerDependenciesMeta": {
"openclaw": {
"optional": true
}
},
"openclaw": {
"extensions": [
"./index.js"
]
}
}