openclaw/extensions/memory-core/package.json
krejcif 0e5e92aad9 fix: repair broken dependencies in main
- Add missing devDependencies to memory-core (clawdbot workspace:*)
- Revert @typescript/native-preview to existing version (7.0.0-dev.20260124.1)
- Update pnpm-lock.yaml to match package.json

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 08:14:16 +01:00

18 lines
322 B
JSON

{
"name": "@clawdbot/memory-core",
"version": "2026.1.25",
"type": "module",
"description": "Clawdbot core memory search plugin",
"clawdbot": {
"extensions": [
"./index.ts"
]
},
"devDependencies": {
"clawdbot": "workspace:*"
},
"peerDependencies": {
"clawdbot": ">=2026.1.25"
}
}