-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdevbox.json
More file actions
43 lines (43 loc) · 1.05 KB
/
devbox.json
File metadata and controls
43 lines (43 loc) · 1.05 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
"packages": {
"coreutils-full": "9.9",
"go-task": "3.48.0",
"goreleaser": "2.13.3",
"golangci-lint": "2.8.0",
"go": "1.25.5",
"git": "2.52.0",
"nodejs": "25.6.0",
"nodePackages.prettier": "3.5.3",
"uv": "0.9.30",
"hyperfine": "1.20.0",
"cobra-cli": "1.3.0",
"graphviz": "12.2.1",
"zig": "0.15.2",
"zizmor": "1.22.0",
"conform": "0.1.0-alpha.29",
"syft": "1.41.1",
"cosign": "3.0.4",
"vhs": "0.10.0",
"bashInteractive": "5.2p37",
"tmux": "3.5",
"renovate": "42.76.4",
"lefthook": "2.1.0",
"devcontainer": "0.82.0",
"kubernetes-helm": "3.19.1",
"jq": "1.7.1",
"gcc": "15.2.0",
"apple-sdk_15": {
"version": "15.2",
"platforms": ["aarch64-darwin", "x86_64-darwin"]
}
},
"shell": {
"init_hook": [
"alias python='uv run python'",
"alias python3='uv run python3'",
"alias pip='uv pip'",
"alias pip3='uv pip'"
]
}
}