mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-22 13:28:10 +00:00
* feat: externalize gmi provider plugin * fix(plugins): repair gmi alias installs --------- Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
36 lines
781 B
JSON
36 lines
781 B
JSON
{
|
|
"name": "@openclaw/gmi-provider",
|
|
"version": "2026.6.8",
|
|
"description": "OpenClaw GMI Cloud provider plugin.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/openclaw"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"install": {
|
|
"clawhubSpec": "clawhub:@openclaw/gmi-provider",
|
|
"npmSpec": "@openclaw/gmi-provider",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.6.8"
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.6.8"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.6.8",
|
|
"bundledDist": false
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|