import { plugin } from "https://deno.land/x/gustwind@v0.57.5/plugins/script/mod.ts";
type
Plugin<{ scripts: Scripts; scriptsPath: string[]; }, { foundScripts: { name: string; path: string; externals?: string[]; }[]; receivedScripts: { isExternal?: boolean; name: string; localPath: string; remotePath: string; externals?: string[]; }[]; receivedGlobalScripts: { type: string; src: string; }[]; }>