mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 12:03:53 +00:00
17 lines
416 B
JSON
17 lines
416 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",
|
|
"dev:docs": "cd docs/ && pnpm dlx mintlify dev"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.4.0",
|
|
"vitest": "^3.0.0"
|
|
}
|
|
}
|