{
    "name": "bats (Bash Automated Testing System)",
    "id": "bats",
    "version": "0.0.1",
    "description": "Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected.",
    "documentationURL": "https://github.com/edouard-lopez/devcontainers-features/tree/main/src/bats",
    "options": {
        "version": {
            "type": "string",
            "proposals": [
                "latest",
                "1"
            ],
            "default": "latest",
            "description": "Select version of just."
        }
    }
}