13 行
323 B
JSON
13 行
323 B
JSON
{
|
|
"imports": {
|
|
"@fastify/view": "npm:@fastify/view@^10.0.1",
|
|
"@std/path": "jsr:@std/path@^1.0.6",
|
|
"fastify": "npm:fastify@^5.0.0",
|
|
"handlebars": "npm:handlebars@^4.7.8",
|
|
"mime": "npm:mime@^4.0.4"
|
|
},
|
|
"tasks": {
|
|
"start": "deno run --allow-net --allow-read --allow-sys --allow-env main.ts"
|
|
}
|
|
}
|