mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-07 21:39:42 +00:00
16 lines
298 B
JSON
16 lines
298 B
JSON
{
|
|
"name": "@openclaw/byteplus-provider",
|
|
"version": "2026.4.6",
|
|
"private": true,
|
|
"description": "OpenClaw BytePlus provider plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|