mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 20:46:57 +02:00
29 lines
550 B
JSON
29 lines
550 B
JSON
{
|
|
"name": "@openclaw/memory-core",
|
|
"version": "2026.4.20",
|
|
"private": true,
|
|
"description": "OpenClaw core memory search plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@sinclair/typebox": "0.34.49",
|
|
"chokidar": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*",
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.4.20"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|