mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-15 01:25:13 -05:00
15 lines
292 B
JSON
15 lines
292 B
JSON
{
|
|
"name": "@toolbox-sdk/server-darwin-x64",
|
|
"version": "0.21.1",
|
|
"os": ["darwin"],
|
|
"cpu": ["x64"],
|
|
"main": "bin/toolbox",
|
|
"repository": "googleapis/genai-toolbox",
|
|
"scripts": {
|
|
"prepack": "node scripts/downloadBinary.js darwin x64"
|
|
},
|
|
"files": [
|
|
"bin/toolbox"
|
|
]
|
|
}
|