mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 04:03:31 +00:00
16 lines
392 B
JSON
16 lines
392 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"
|
|
}
|
|
}
|