{
    "name": "@drevops/bats-helpers",
    "version": "1.6.0",
    "description": "Helpers and assertions for BATS testing.",
    "license": "GPL-2.0-or-later",
    "homepage": "https://github.com/drevops/bats-helpers",
    "author": {
        "name": "Alex Skrypnyk",
        "email": "alex@drevops.com",
        "url": "https://bats-helpers.drevops.com"
    },
    "contributors": [],
    "repository": "github:drevops/bats-helpers",
    "bugs": "https://github.com/drevops/bats-helpers/issues",
    "directories": {
        "lib": "src",
        "test": "tests"
    },
    "files": [
        "src",
        "load.bash"
    ],
    "scripts": {
        "test": "./node_modules/.bin/bats tests/",
        "lint": "shellcheck src/*.bash load.bash tests/*.bats && shfmt -i 2 -ci -s -d src/*.bash load.bash tests/*.bats",
        "lint-fix": "shfmt -i 2 -ci -s -w src/*.bash load.bash tests/*.bats"
    },
    "dependencies": {
        "bats": "^1"
    },
    "keywords": [
        "bats",
        "bash",
        "shell",
        "test",
        "assertions"
    ]
}
