deno_graph 0.74.4

Module graph analysis for deno
Documentation
{
  "tasks": {
    "build": "cp LICENSE js/LICENSE && deno run -A jsr:@deno/wasmbuild@0.16.0 --no-default-features --project deno_graph_wasm --out js",
    "build:npm": "deno run -A _build_npm.ts",
    "test": "deno test --allow-read --allow-net"
  },
  "exclude": [
    "npm",
    "target"
  ],
  "workspaces": [
    "./js"
  ],
  "imports": {
    "@std/assert": "jsr:@std/assert@^0.218.2",
    "@std/path": "jsr:@std/path@^0.218.2"
  }
}