mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-14 09:05:04 -05:00
19 lines
460 B
JSON
19 lines
460 B
JSON
{
|
|
"name": "@toolbox-sdk/server",
|
|
"version": "0.26.0",
|
|
"license": "Apache-2.0",
|
|
"author": "Google LLC",
|
|
"bin": {
|
|
"toolbox": "./bin/run.js"
|
|
},
|
|
"files": [
|
|
"bin/run.js"
|
|
],
|
|
"repository": "googleapis/genai-toolbox",
|
|
"optionalDependencies": {
|
|
"@toolbox-sdk/server-darwin-arm64": "0.26.0",
|
|
"@toolbox-sdk/server-darwin-x64": "0.26.0",
|
|
"@toolbox-sdk/server-linux-x64": "0.26.0",
|
|
"@toolbox-sdk/server-win32-x64": "0.26.0"
|
|
}
|
|
} |