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
Kasper Juul Hermansen ec9a8240b6
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
fix(deps): update all dependencies
2022-10-26 17:27:34 +00:00

12 lines
297 B
JSON

{
"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": {
"bats": "1.8.2",
"bats-assert": "2.0.0",
"bats-support": "0.3.0"
}
}