{ "name": "@sandbox-agent/cli-shared", "version": "0.1.6-rc.2", "description": "Shared helpers for sandbox-agent CLI and SDK", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/rivet-dev/sandbox-agent" }, "type": "module", "scripts": { "build": "tsup", "typecheck": "tsc --noEmit" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "dist" ], "devDependencies": { "@types/node": "^22.0.0", "tsup": "^8.0.0", "typescript": "^5.7.0" } }