sandbox-agent/factory/packages/shared/package.json
2026-03-09 14:00:20 -07:00

19 lines
379 B
JSON

{
"name": "@openhandoff/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"
}
}