openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
34 lines (33 loc) • 629 B
JSON
{
"name": "@openclaw/memory-core",
"version": "2026.9.2",
"private": true,
"description": "OpenClaw core memory search plugin",
"type": "module",
"exports": {
"./api.js": "./api.ts"
},
"dependencies": {
"chokidar": "5.0.0",
"json5": "2.2.3",
"p-limit": "7.3.1",
"typebox": "1.3.18"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",
"openclaw": "workspace:*"
},
"peerDependencies": {
"openclaw": ">=2026.9.2"
},
"peerDependenciesMeta": {
"openclaw": {
"optional": true
}
},
"openclaw": {
"extensions": [
"./index.js"
]
}
}