2024-12-16 20:55:00 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.6/.schema/devbox.schema.json",
|
|
|
|
"packages": [
|
2025-01-23 08:37:48 +00:00
|
|
|
"yarn@latest",
|
|
|
|
"nodejs@22"
|
2024-12-16 20:55:00 +00:00
|
|
|
],
|
|
|
|
"shell": {
|
|
|
|
"init_hook": [
|
|
|
|
"echo 'Welcome to devbox!' > /dev/null"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
|
|
|
"echo \"Error: no test specified\" && exit 1"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|