lfsx 0.19.0

Command line companion for the LFSX Git LFS server: diagnose a deployment and reclaim space
{
  "name": "@ferrlabs/lfsx",
  "version": "0.19.0",
  "description": "Command line companion for the LFSX Git LFS server",
  "type": "module",
  "bin": {
    "lfsx": "./bin/lfsx.js"
  },
  "files": [
    "bin"
  ],
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "git",
    "git-lfs",
    "lfs",
    "cli",
    "self-hosted"
  ],
  "license": "MPL-2.0",
  "homepage": "https://github.com/FerrLabs/LFSX",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FerrLabs/LFSX.git"
  },
  "optionalDependencies": {
    "@ferrlabs/lfsx-linux-x64": "0.17.0",
    "@ferrlabs/lfsx-linux-arm64": "0.17.0",
    "@ferrlabs/lfsx-darwin-x64": "0.17.0",
    "@ferrlabs/lfsx-darwin-arm64": "0.17.0",
    "@ferrlabs/lfsx-win32-x64": "0.17.0"
  }
}