Files
openclaw/extensions/brave/package.json
2026-05-04 10:09:55 +01:00

34 lines
685 B
JSON

{
"name": "@openclaw/brave-plugin",
"version": "2026.5.4",
"description": "OpenClaw Brave plugin",
"repository": {
"type": "git",
"url": "https://github.com/openclaw/openclaw"
},
"type": "module",
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.ts"
],
"install": {
"npmSpec": "@openclaw/brave-plugin",
"defaultChoice": "npm",
"minHostVersion": ">=2026.4.10"
},
"compat": {
"pluginApi": ">=2026.5.4"
},
"build": {
"openclawVersion": "2026.5.4"
},
"release": {
"publishToClawHub": true,
"publishToNpm": true
}
}
}