Skip to main content
Module

x/deno_graph/deno.json

The module graph logic for Deno CLI
Go to Latest
File
{ "tasks": { "build": "deno run --unstable -A --no-check https://deno.land/x/wasmbuild@0.8.5/main.ts --no-default-features --features wasm", "build:npm": "deno run -A _build_npm.ts", "test": "deno test --allow-read --allow-net" }, "fmt": { "files": { "exclude": [ "lib/deno_graph.generated.js", "npm", "target", "temp" ] } }, "lint": { "files": { "exclude": [ "lib/deno_graph.generated.js", "npm", "target", "temp" ] } }}