{ "name": "@sandbox-agent/gigacode", "version": "0.4.1-rc.1", "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" ] }