{ "name": "@sandbox-agent/foundry-shared", "version": "0.1.0", "private": true, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsup src/index.ts --format esm --dts", "typecheck": "tsc --noEmit", "test": "vitest run" }, "dependencies": { "pino": "^10.3.1", "sandbox-agent": "workspace:*", "zod": "^4.1.5" }, "devDependencies": { "tsup": "^8.5.0" } }