sandbox-agent/sdks/cli/platforms/darwin-arm64/package.json
2026-02-01 22:40:25 -08:00

19 lines
345 B
JSON

{
"name": "@sandbox-agent/cli-darwin-arm64",
"version": "0.1.4-rc.7",
"description": "sandbox-agent CLI binary for macOS ARM64",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/rivet-dev/sandbox-agent"
},
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"files": [
"bin"
]
}