{ "imports": { "@fastify/static": "npm:@fastify/static@^8.2.0", "@fastify/view": "npm:@fastify/view@^10.0.2", "@std/path": "jsr:@std/path@^1.1.1", "fastify": "npm:fastify@^5.5.0", "handlebars": "npm:handlebars@^4.7.8", "mime": "npm:mime@^4.0.7" }, "tasks": { "start": "deno run --allow-net --allow-read --allow-sys --allow-env main.ts" }, "fmt": { "lineWidth": 120, "indentWidth": 2, "semiColons": true, "singleQuote": false } }