#!/usr/bin/env node /** * Set target in KSP via kOS * Usage: npm run set-target [type] * Examples: * npm run set-target Mun # Auto-detect (tries body first) * npm run set-target Mun body # Explicitly set body * npm run set-target "Station 1" vessel # Set vessel by name */ export {}; //# sourceMappingURL=set-target.d.ts.map