Files
openclaw/extensions/discord/package.json
Onur Solmaz d41c9ad4cb Release: add plugin npm publish workflow (#47678)
* Release: add plugin npm publish workflow

* Release: make plugin publish scope explicit
2026-03-18 13:44:23 +01:00

16 lines
287 B
JSON

{
"name": "@openclaw/discord",
"version": "2026.3.14",
"description": "OpenClaw Discord channel plugin",
"type": "module",
"openclaw": {
"extensions": [
"./index.ts"
],
"setupEntry": "./setup-entry.ts",
"release": {
"publishToNpm": true
}
}
}