23 lines
366 B
JSON
23 lines
366 B
JSON
{
|
|
"packages": [
|
|
"yarn@latest",
|
|
"pulumictl@latest",
|
|
"go@1.21.",
|
|
"nodejs@20.",
|
|
"python3@3.11.8",
|
|
"dotnet-sdk@8.0.",
|
|
"gradle_7@7.6",
|
|
"curl@8"
|
|
],
|
|
"shell": {
|
|
"init_hook": [
|
|
"export PATH=\"$(pwd)/bin/:$PATH\""
|
|
],
|
|
"scripts": {
|
|
"test": [
|
|
"echo \"Error: no test specified\" && exit 1"
|
|
]
|
|
}
|
|
}
|
|
}
|