sandbox-agent/foundry/packages/shared/package.json
2026-03-25 13:20:57 -07:00

21 lines
479 B
JSON

{
"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 --tsconfig tsconfig.build.json",
"typecheck": "tsc --noEmit",
"test": "vitest run"
},
"dependencies": {
"pino": "^10.3.1",
"sandbox-agent": "workspace:*",
"zod": "^4.1.5"
},
"devDependencies": {
"tsup": "^8.5.0"
}
}