mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 10:05:18 +00:00
21 lines
479 B
JSON
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"
|
|
}
|
|
}
|