2024-06-10 02:25:12 +00:00
|
|
|
{
|
2024-07-05 04:20:55 +00:00
|
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.11.0/.schema/devbox.schema.json",
|
|
|
|
"packages": [
|
2024-07-07 08:04:52 +00:00
|
|
|
"dart@latest"
|
2024-07-05 04:20:55 +00:00
|
|
|
],
|
2024-06-10 02:25:12 +00:00
|
|
|
"shell": {
|
|
|
|
"init_hook": [
|
2024-07-05 04:20:55 +00:00
|
|
|
"echo 'Welcome to Protevus!' > /dev/null"
|
2024-06-10 02:25:12 +00:00
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
|
|
|
"echo \"Error: no test specified\" && exit 1"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|