mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 16:04:06 +00:00
* Add lefthook formatter checks * Fix SDK mode hydration * Stabilize SDK mode integration test
27 lines
625 B
JSON
27 lines
625 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": "lefthook install",
|
|
"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"
|
|
}
|
|
}
|
|
}
|