sandbox-agent/sdks/cli/platforms/linux-x64/package.json
2026-02-09 16:57:01 -08:00

22 lines
414 B
JSON

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