Files
openclaw/extensions/meeting-notes/package.json
Peter Steinberger 07694c639d feat: add meeting notes plugin
Adds source-only external meeting notes plugin, SDK source-provider contract, CLI access, date-sharded storage, and Discord voice source.
2026-05-23 10:38:09 +01:00

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
}
}
}