{
  "name": "printable-shell-command",
  "version": "5.3.1",
  "description": "A helper class to construct shell commands in a way that allows printing them.",
  "author": {
    "name": "Lucas Garron",
    "email": "code@garron.net",
    "url": "https://garron.net/"
  },
  "license": "MPL-2.0",
  "repository": {
    "type": "git",
    "url": "https://codeberg.org/lgarron/printable-shell-command"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/lib/printable-shell-command/index.d.ts",
      "import": "./dist/lib/printable-shell-command/index.js"
    }
  },
  "dependencies": {
    "path-class": ">=0.15.1"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.8",
    "@cubing/dev-config": ">=0.9.4",
    "@lgarron-bin/repo": "^0.14.5",
    "@types/bun": "^1.3.14",
    "@types/node": "^25.6.0",
    "@typescript/native-preview": "^7.0.0-dev.20260512.1",
    "bun-dx": "^0.1.4",
    "clipboardy": "^5.0.2",
    "esbuild": "^0.27.2",
    "readme-cli-help": "^0.4.10"
  },
  "files": [
    "./dist/",
    "./src/"
  ],
  "scripts": {
    "prepublishOnly": "make prepublishOnly"
  }
}
