This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/pkg/universe.dagger.io/package.json

12 lines
297 B
JSON
Raw Normal View History

{
"license": "Apache-2.0",
"scripts": {
"test": "bats --report-formatter junit --print-output-on-failure --jobs 4 $(find . -type f -name '*.bats' -not -path '*/node_modules/*')"
},
"devDependencies": {
2022-10-26 16:32:09 +02:00
"bats": "1.5.0",
"bats-assert": "2.0.0",
"bats-support": "0.3.0"
}
}