Files
openclaw/extensions/slack/package.json
2026-05-16 10:11:41 +01:00

80 lines
1.8 KiB
JSON

{
"name": "@openclaw/slack",
"version": "2026.5.17",
"description": "OpenClaw Slack channel plugin",
"repository": {
"type": "git",
"url": "https://github.com/openclaw/openclaw"
},
"type": "module",
"dependencies": {
"@slack/bolt": "4.7.2",
"@slack/types": "2.21.1",
"@slack/web-api": "7.16.0",
"https-proxy-agent": "9.0.0",
"typebox": "1.1.38",
"zod": "4.4.3"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",
"openclaw": "workspace:*"
},
"peerDependencies": {
"openclaw": ">=2026.5.17"
},
"peerDependenciesMeta": {
"openclaw": {
"optional": true
}
},
"openclaw": {
"extensions": [
"./index.ts"
],
"setupEntry": "./setup-entry.ts",
"channel": {
"id": "slack",
"label": "Slack",
"selectionLabel": "Slack (Socket Mode)",
"detailLabel": "Slack Bot",
"docsPath": "/channels/slack",
"docsLabel": "slack",
"blurb": "supported (Socket Mode).",
"systemImage": "number",
"markdownCapable": true,
"commands": {
"nativeCommandsAutoEnabled": false,
"nativeSkillsAutoEnabled": false
},
"configuredState": {
"env": {
"anyOf": [
"SLACK_APP_TOKEN",
"SLACK_BOT_TOKEN",
"SLACK_USER_TOKEN"
]
},
"specifier": "./configured-state",
"exportName": "hasSlackConfiguredState"
}
},
"install": {
"npmSpec": "@openclaw/slack",
"defaultChoice": "npm",
"minHostVersion": ">=2026.5.12-beta.1",
"allowInvalidConfigRecovery": true
},
"compat": {
"pluginApi": ">=2026.5.17"
},
"build": {
"openclawVersion": "2026.5.17",
"bundledDist": false
},
"release": {
"publishToClawHub": true,
"publishToNpm": true
}
}
}