sandbox-agent/foundry/packages/shared/package.json
2026-03-10 22:01:39 -07:00

19 lines
389 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",
"typecheck": "tsc --noEmit",
"test": "vitest run"
},
"dependencies": {
"zod": "^4.1.5"
},
"devDependencies": {
"tsup": "^8.5.0"
}
}