sandbox-agent/sdks/gigacode/package.json
2026-03-06 00:28:08 -08:00

32 lines
829 B
JSON

{
"name": "@sandbox-agent/gigacode",
"version": "0.2.2",
"description": "Gigacode CLI (sandbox-agent with OpenCode attach by default)",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/rivet-dev/sandbox-agent"
},
"bin": {
"gigacode": "bin/gigacode"
},
"scripts": {
"test": "vitest run"
},
"dependencies": {
"@sandbox-agent/cli-shared": "workspace:*"
},
"devDependencies": {
"vitest": "^3.0.0"
},
"optionalDependencies": {
"@sandbox-agent/gigacode-linux-x64": "workspace:*",
"@sandbox-agent/gigacode-linux-arm64": "workspace:*",
"@sandbox-agent/gigacode-darwin-arm64": "workspace:*",
"@sandbox-agent/gigacode-darwin-x64": "workspace:*",
"@sandbox-agent/gigacode-win32-x64": "workspace:*"
},
"files": [
"bin"
]
}