mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-09 07:46:19 +00:00
16 lines
295 B
JSON
16 lines
295 B
JSON
{
|
|
"name": "@openclaw/nvidia-provider",
|
|
"version": "2026.4.10",
|
|
"private": true,
|
|
"description": "OpenClaw NVIDIA provider plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|