sandbox-agent/sdks/cli/platforms/darwin-x64/package.json
2026-03-25 18:07:26 -07:00

22 lines
410 B
JSON

{
"name": "@sandbox-agent/cli-darwin-x64",
"version": "0.4.2",
"description": "sandbox-agent CLI binary for macOS x64",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/rivet-dev/sandbox-agent"
},
"os": [
"darwin"
],
"cpu": [
"x64"
],
"scripts": {
"postinstall": "chmod +x bin/sandbox-agent || true"
},
"files": [
"bin"
]
}