openclaw/extensions/memory-core/package.json
Riccardo Giorato 8f94925fcd fix build?
2026-01-27 14:26:08 +01:00

15 lines
255 B
JSON

{
"name": "@moltbot/memory-core",
"version": "2026.1.26",
"type": "module",
"description": "Moltbot core memory search plugin",
"moltbot": {
"extensions": [
"./index.ts"
]
},
"peerDependencies": {
"moltbot": "^0.1.0"
}
}