{ "name": "@sandbox-agent/cli-linux-x64", "version": "0.1.6-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" ] }