eszip 0.28.0

A utility that can download JavaScript and TypeScript module graphs and store them locally in a special zip file
Documentation
{
  "fmt": {
    "files": {
      "exclude": [
        "./npm",
        "./lib",
        "./src/testdata/",
        "./target"
      ]
    }
  },
  "tasks": {
    "build": "RUSTFLAGS=--cfg=web_sys_unstable_apis deno run -A --unstable https://deno.land/x/wasmbuild@0.8.3/main.ts",
    "node": "deno run -A ./build_npm.ts 0.0.0",
    "test": "deno test -A lib/",
    "fmt": "deno fmt && cargo fmt --all"
  }
}