Files
openclaw/extensions/memory-core/package.json
2026-07-30 23:21:46 +08:00

31 lines
595 B
JSON

{
"name": "@openclaw/memory-core",
"version": "2026.7.2-beta.6",
"private": true,
"description": "OpenClaw core memory search plugin",
"type": "module",
"dependencies": {
"chokidar": "5.0.0",
"json5": "2.2.3",
"p-limit": "7.3.1",
"typebox": "1.3.6"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",
"openclaw": "workspace:*"
},
"peerDependencies": {
"openclaw": ">=2026.7.2-beta.6"
},
"peerDependenciesMeta": {
"openclaw": {
"optional": true
}
},
"openclaw": {
"extensions": [
"./index.ts"
]
}
}