mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-20 14:30:57 +00:00
16 lines
287 B
JSON
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
|
|
}
|
|
}
|
|
}
|