mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 17:01:02 +00:00
* Restore foundry onboarding stack * Consolidate foundry rename * Create foundry tasks without prompts * Rename Foundry handoffs to tasks
27 lines
676 B
JSON
27 lines
676 B
JSON
{
|
|
"name": "sandbox-agent-workspace",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"packageManager": "pnpm@9.15.0",
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev --parallel",
|
|
"generate": "turbo run generate",
|
|
"prepare": "git rev-parse --git-dir >/dev/null 2>&1 && lefthook install || true",
|
|
"typecheck": "turbo run typecheck"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.6",
|
|
"@types/node": "^24.5.2",
|
|
"lefthook": "^2.1.3",
|
|
"turbo": "^2.4.0",
|
|
"typescript": "^5.9.2",
|
|
"vitest": "^3.0.0"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0"
|
|
}
|
|
}
|
|
}
|