package.json
|
{ "name": "byka-cc-supervisor", "version": "1.0.0", "private": true, "description": "PowerShell module published to PSGallery as BykaCCSupervisor. 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\"" } } |