{
"packages": [
"just@latest",
"python@3.12",
"python312Packages.pip@latest",
"terraform@latest",
"azure-cli@latest",
"azure-functions-core-tools@latest",
"black@latest",
"postgresql@latest"
],
"env": {
"VENV_DIR": ".venv"
},
"shell": {
"init_hook": [
". $VENV_DIR/bin/activate",
"echo 'Welcome to devbox!' > /dev/null"
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}