package.json

{
  "name": "byka-dr-backup",
  "version": "1.0.0",
  "private": true,
  "description": "PowerShell module published to PSGallery as BykaDrBackup. This package.json exists only to satisfy npm-workspaces enumeration at the byka master root (`packages/*` glob). It is NOT consumed by the PSGallery publish flow.",
  "license": "UNLICENSED",
  "scripts": {
    "test": "pwsh -NoProfile -Command \"Invoke-Pester -Path ./tests -Output Detailed\""
  }
}