- 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>
18 lines
322 B
JSON
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"
|
|
}
|
|
}
|