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