forked from rivet-dev/sandbox-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 677 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"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": "git rev-parse --git-dir >/dev/null 2>&1 && lefthook install || true",
"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": "^19.1.12",
"@types/react-dom": "^19.1.6"
}
}
}