mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-15 09:35:53 -05:00
15 lines
289 B
JSON
15 lines
289 B
JSON
{
|
|
"name": "@toolbox-sdk/server-linux-x64",
|
|
"version": "0.21.0",
|
|
"os": ["linux"],
|
|
"cpu": ["x64"],
|
|
"main": "bin/toolbox",
|
|
"repository": "googleapis/genai-toolbox",
|
|
"scripts": {
|
|
"prepack": "node scripts/downloadBinary.js linux x64"
|
|
},
|
|
"files": [
|
|
"bin/toolbox"
|
|
]
|
|
}
|