mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-15 01:25:13 -05:00
17 lines
342 B
JSON
17 lines
342 B
JSON
{
|
|
"name": "@toolbox-sdk/server-linux-x64",
|
|
"version": "0.24.1",
|
|
"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"
|
|
]
|
|
}
|