mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 06:04:43 +00:00
14 lines
299 B
JSON
14 lines
299 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"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.4.0"
|
|
}
|
|
}
|