Skip to main content
Module

x/deno_cache/deno.jsonc

Deno CLI's module cache
Latest
File
{ "lock": false, "tasks": { "test": "deno test --allow-read --allow-write --allow-net --allow-env", // for the publish script "build": "deno task wasmbuild", "wasmbuild": "deno run -A https://deno.land/x/wasmbuild@0.15.6/main.ts --sync --features wasm" }, "lint": { "rules": { "include": [ "no-console" ] } }, "exclude": [ "target" ]}