UNPKG

genlayer

Version:
18 lines (17 loc) 476 B
export default { context: { tsconfig: "./tsconfig.json", entryPoints: ["src/index.ts"], bundle: true, outfile: "dist/index.js", platform: "node", target: "es2020", format: "esm", define: { "import.meta.url": "import.meta.url" }, banner: { js: `const _importMetaUrl = new URL(import.meta.url).pathname;`, }, external: ["commander", "dockerode", "dotenv", "ethers", "inquirer", "update-check", "ssh2"] }, watch: false, };