sandbox-agent/sdks/gigacode/platforms/linux-arm64/package.json
2026-03-10 22:12:56 -07:00

22 lines
409 B
JSON

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