mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-15 09:35:53 -05:00
20 lines
461 B
JSON
20 lines
461 B
JSON
{
|
|
"name": "@toolbox-sdk/server",
|
|
"version": "0.24.1",
|
|
"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.24.1",
|
|
"@toolbox-sdk/server-darwin-x64": "0.24.1",
|
|
"@toolbox-sdk/server-linux-x64": "0.24.1",
|
|
"@toolbox-sdk/server-win32-x64": "0.24.1"
|
|
}
|
|
}
|