/** * Scanner: Package Scripts * * Reads package.json scripts, maps them to bober command categories, * and detects the package manager from lockfiles. */ import type { PackageScriptsReport } from "../types.js"; export declare function scanPackageScripts(projectRoot: string): Promise; //# sourceMappingURL=package-scripts.d.ts.map