mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-29 17:25:14 +00:00
Adds source-only external meeting notes plugin, SDK source-provider contract, CLI access, date-sharded storage, and Discord voice source.
22 lines
389 B
JSON
22 lines
389 B
JSON
{
|
|
"name": "@openclaw/meeting-notes",
|
|
"version": "2026.5.21",
|
|
"private": true,
|
|
"description": "OpenClaw meeting notes plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"typebox": "1.1.38"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"build": {
|
|
"bundledDist": false
|
|
}
|
|
}
|
|
}
|