// These are the packages from Deno that replace the ones from Node. import * as fs from 'https://deno.land/std@0.142.0/node/fs/promises.ts'; import * as path from 'https://deno.land/std@0.141.0/path/mod.ts';