Skip to main content
Module

x/webview/deno.json

🌐 Deno bindings for webview, a tiny library for creating web-based desktop GUIs
Go to Latest
File
{ "tasks": { "check": "deno check --unstable mod.ts", "fmt": "deno fmt --unstable", "fmt:check": "deno fmt --unstable --check", "lint": "deno lint --unstable", "test:doc": "deno test -A --unstable --doc", "build": "deno run -A --unstable script/build.ts", "run": "deno task build && export PLUGIN_URL=\"./build/\" && deno run -A --unstable", "run:fast": "export PLUGIN_URL=\"./build/\" && deno run -A --unstable" }, "fmt": { "files": { "exclude": [ "webview/" ] } }}