{
  "name": "bashlink",
  "version": "1.0.280",
  "description": "Testable, predictable and scoped code in bash.",
  "keywords": [
    "bash",
    "framework",
    "scoped",
    "shell",
    "test",
    "testing",
    "tool",
    "modules",
    "utility"
  ],
  "homepage": "https://torben.website/bashlink",
  "bugs": {
    "email": "info@torben.website",
    "url": "https://github.com/thaibault/bashlink/issues"
  },
  "license": "CC-BY-3.0",
  "author": {
    "name": "Torben Sickert",
    "email": "info@torben.website",
    "url": "https://torben.website"
  },
  "files": [
    "arguments.sh",
    "array.sh",
    "changeroot.sh",
    "cli.sh",
    "cracking.sh",
    "dependency.sh",
    "dictionary.sh",
    "display.sh",
    "doctest.sh",
    "documentation.sh",
    "exception.sh",
    "filesystem.sh",
    "globals.sh",
    "logging.sh",
    "number.sh",
    "pacman.sh",
    "path.sh",
    "prompt",
    "string.sh",
    "time.sh",
    "tools.sh"
  ],
  "main": "module.sh",
  "bin": {
    "bashlink-doctest": "doctest.sh",
    "bashlink-document": "documentation.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thaibault/bashlink.git"
  },
  "scripts": {
    "clear": "[ ! -e apiDocumentation ] || rm --recursive apiDocumentation",
    "build": "echo nothing to build.",
    "document": "mkdir --parents apiDocumentation/bashlink/latest && yarn document:show 1>apiDocumentation/bashlink/latest/index.html",
    "document:show": "./documentation.sh",
    "document:show:error": "./documentation.sh 1>/dev/null",
    "lint": "shellcheck -x *.sh",
    "lint:given": "shellcheck -x",
    "report:coverage": "true",
    "test": "./doctest.sh --verbose",
    "update:documentation": "web-documentation"
  },
  "devDependencies": {
    "shellcheck": "^4.1.0",
    "web-documentation": "^1.0.40"
  },
  "webDocumentation": {
    "languages": [
      "deDE",
      "enUS"
    ],
    "tagline": "a high reliable bash library<!--deDE:eine bash bibliothek für hochzuverlässigkeits Ansprüche-->",
    "trackingCode": "UA-40192634-14"
  },
  "engines": {
    "node": ">=24",
    "npm": ">=11",
    "yarn": ">=4"
  },
  "packageManager": "yarn@4.14.1+sha512.64df448055b2d37ba269d7db535a469b8da93f8ef1140c25fd7a83c00a8fbaacb214ca0e02553b92a2c54cef78bb67d0b4817fab02001df0e24fac0faccc3b42"
}