mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 06:04:43 +00:00
22 lines
416 B
JSON
22 lines
416 B
JSON
{
|
|
"name": "@sandbox-agent/gigacode-darwin-arm64",
|
|
"version": "0.4.0-rc.3",
|
|
"description": "gigacode CLI binary for macOS arm64",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/rivet-dev/sandbox-agent"
|
|
},
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"scripts": {
|
|
"postinstall": "chmod +x bin/gigacode || true"
|
|
},
|
|
"files": [
|
|
"bin"
|
|
]
|
|
}
|