13 lines
237 B
JSON
13 lines
237 B
JSON
|
|
{
|
||
|
|
"name": "@openclaw/memory-api",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "PostgreSQL-backed shared memory plugin for OpenClaw",
|
||
|
|
"type": "module",
|
||
|
|
"openclaw": {
|
||
|
|
"extensions": [
|
||
|
|
"./index.mjs"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|