-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdevbox.json
34 lines (34 loc) · 835 Bytes
/
devbox.json
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
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.5/.schema/devbox.schema.json",
"packages": [
"gitlint@latest",
"gitleaks@latest",
"markdown-link-check@latest",
"nodePackages.prettier@latest",
"pre-commit@latest",
"shellcheck@latest",
"yamllint@latest",
"hub@latest",
"markdownlint-cli@latest",
"mdl@latest",
"ruby@3.2",
"bundler@latest",
"coreutils@latest",
"imagemagick@latest",
"vhs@latest",
"image_optim@latest",
"html-proofer@latest",
"rubyPackages_3_2.webrick@latest",
"pngcrush@latest",
"jpegoptim@latest",
"python@3.12",
"yamlfmt@latest",
"lychee@latest"
],
"shell": {
"init_hook": ["bundle install --quiet"],
"scripts": {
"test": ["echo \"Error: no test specified\" && exit 1"]
}
}
}