This commit is contained in:
2026-08-02 15:26:07 +02:00
parent 336b36c8e1
commit b2eb145a6f
415 changed files with 24264 additions and 36 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"name": "bats-support",
"version": "0.3.0",
"description": "Supporting library for Bats test helpers",
"homepage": "https://github.com/jasonkarns/bats-support",
"license": "CC0-1.0",
"author": "Zoltán Tömböl (https://github.com/ztombol)",
"contributors": [
"Jason Karns <jason.karns@gmail.com> (http://jason.karns.name)"
],
"repository": "github:jasonkarns/bats-support",
"bugs": "https://github.com/jasonkarns/bats-support/issues",
"directories": {
"lib": "src",
"test": "test"
},
"files": [
"load.bash",
"src"
],
"scripts": {
"test": "bats ${CI+-t} test"
},
"devDependencies": {
"bats": "^1"
},
"peerDependencies": {
"bats": "0.4 || ^1"
}
}