deno_graph 0.106.0

Module graph analysis for deno
Documentation
{
  "tasks": {
    "build": "cp LICENSE js/LICENSE && deno run -A jsr:@deno/wasmbuild@0.19.2 --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",
    "tests/ecosystem/jsr_mirror"
  ],
  "workspace": [
    "./js"
  ],
  "imports": {
    "@std/assert": "jsr:@std/assert@1",
    "@std/async": "jsr:@std/async@^1.0.14",
    "@std/fmt": "jsr:@std/fmt@^1.0.8",
    "@std/path": "jsr:@std/path@1"
  }
}