Files
genai-toolbox/packages/server-linux-x64/package.json
Twisha Bansal 7df74b16df update versions
2026-01-27 14:24:02 +05:30

20 lines
357 B
JSON

{
"name": "@toolbox-sdk/server-linux-x64",
"version": "0.26.0",
"license": "Apache-2.0",
"author": "Google LLC",
"os": [
"linux"
],
"cpu": [
"x64"
],
"main": "bin/toolbox",
"repository": "googleapis/genai-toolbox",
"scripts": {
"prepack": "node scripts/downloadBinary.js linux x64"
},
"files": [
"bin/toolbox"
]
}