19 lines
315 B
JSON
19 lines
315 B
JSON
{
|
|
"packages": [
|
|
"nodejs@latest",
|
|
"nodePackages.prettier@latest",
|
|
"pre-commit@latest",
|
|
"just@latest"
|
|
],
|
|
"shell": {
|
|
"init_hook": [
|
|
"echo 'Welcome to devbox!' > /dev/null"
|
|
],
|
|
"scripts": {
|
|
"test": [
|
|
"echo \"Error: no test specified\" && exit 1"
|
|
]
|
|
}
|
|
}
|
|
}
|