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
21 lines
502 B
JSON
21 lines
502 B
JSON
{
|
|
"name": "@toolbox-sdk/server",
|
|
"version": "1.6.0",
|
|
"license": "Apache-2.0",
|
|
"author": "Google LLC",
|
|
"bin": {
|
|
"toolbox": "./bin/run.js"
|
|
},
|
|
"files": [
|
|
"bin/run.js"
|
|
],
|
|
"repository": "googleapis/mcp-toolbox",
|
|
"optionalDependencies": {
|
|
"@toolbox-sdk/server-darwin-arm64": "1.6.0",
|
|
"@toolbox-sdk/server-darwin-x64": "1.6.0",
|
|
"@toolbox-sdk/server-linux-x64": "1.6.0",
|
|
"@toolbox-sdk/server-win32-arm64": "1.6.0",
|
|
"@toolbox-sdk/server-win32-x64": "1.6.0"
|
|
}
|
|
}
|