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