Commit ef0a5971 authored by nahowo's avatar nahowo
Browse files

Specify engines property to package.json

parent 6be10f1d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -58,6 +58,11 @@ await build({
    funding: [
      "https://github.com/sponsors/dahlia",
    ],
    engines: {
      "deno": ">=1.41.0",
      "node": ">=20.0.0",
      "bun": ">=1.1.0",
    },
  },
  outDir: "./npm",
  entryPoints,