sandbox-agent/sdks/gigacode/platforms/linux-x64/package.json
2026-02-08 12:52:53 -08:00

22 lines
404 B
JSON

{
"name": "@sandbox-agent/gigacode-linux-x64",
"version": "0.1.10",
"description": "gigacode 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/gigacode || true"
},
"files": [
"bin"
]
}