mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 15:03:37 +00:00
22 lines
474 B
JSON
22 lines
474 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",
|
|
"typecheck": "turbo run typecheck"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.4.0",
|
|
"vitest": "^3.0.0"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0"
|
|
}
|
|
}
|
|
}
|