sandbox-agent/sdks/gigacode/platforms/linux-x64/package.json

22 lines
408 B
JSON

{
"name": "@sandbox-agent/gigacode-linux-x64",
"version": "0.5.0-rc.2",
"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"
]
}