mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 03:00:48 +00:00
19 lines
334 B
JSON
19 lines
334 B
JSON
{
|
|
"name": "@sandbox-agent/gigacode-win32-x64",
|
|
"version": "0.4.2",
|
|
"description": "gigacode CLI binary for Windows x64",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/rivet-dev/sandbox-agent"
|
|
},
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"files": [
|
|
"bin"
|
|
]
|
|
}
|