Skip to main content
Module

x/dax/deno.json

Cross-platform shell tools for Deno and Node.js inspired by zx.
Very Popular
Go to Latest
File
{ "lock": false, "tasks": { "test": "deno test -A", "wasmbuild": "deno run -A https://deno.land/x/wasmbuild@0.15.6/main.ts --sync --out ./src/lib" }, "fmt": { "proseWrap": "preserve", "lineWidth": 120 }, "lint": { "rules": { "exclude": ["ban-types", "no-explicit-any", "no-this-alias"], "include": [ "no-console", "no-sync-fn-in-async-fn" ] } }, "exclude": [ "npm/", "target/" ]}