{ "tasks": { "copy-static": "cp -r static/* build/", "build": { "command": "deno run -RWN main.ts", "dependencies": ["copy-static"], }, }, "fmt": { "indentWidth": 4, }, }