mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-19 03:14:29 -05:00
20 lines
366 B
JSON
20 lines
366 B
JSON
{
|
|
"name": "@toolbox-sdk/server-darwin-arm64",
|
|
"version": "0.26.0",
|
|
"license": "Apache-2.0",
|
|
"author": "Google LLC",
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"main": "bin/toolbox",
|
|
"repository": "googleapis/genai-toolbox",
|
|
"scripts": {
|
|
"prepack": "node scripts/downloadBinary.js darwin arm64"
|
|
},
|
|
"files": [
|
|
"bin/toolbox"
|
|
]
|
|
} |