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 4c978f3e0b
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
fix(deps): pin dependencies
2022-10-26 14:32:09 +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.5.0",
"bats-assert": "2.0.0",
"bats-support": "0.3.0"
}
}