项目文件夹

文件
wehub-resource-sync e04ed9c211
CF: Deploy Dev Docs / deploy (push) Has been cancelled
Sync Labels / build (push) Has been cancelled
tests / unit tests (macos-latest) (push) Has been cancelled
tests / unit tests (windows-latest) (push) Has been cancelled
tests / unit tests (ubuntu-latest) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:32:45 +08:00

21 行
369 B
JSON

{
"name": "@toolbox-sdk/server-win32-arm64",
"version": "1.6.0",
"license": "Apache-2.0",
"author": "Google LLC",
"os": [
"win32"
],
"cpu": [
"arm64"
],
"main": "bin/toolbox.exe",
"repository": "googleapis/mcp-toolbox",
"scripts": {
"prepack": "node scripts/downloadBinary.js win32 arm64"
},
"files": [
"bin/toolbox.exe"
]
}