Files
komga-scripts/deno.json
2025-12-30 19:52:07 +01:00

20 lines
365 B
JSON

{
"$schema": "https://raw.githubusercontent.com/denoland/deno/refs/heads/main/cli/schemas/config-file.v1.json",
"tasks": {
"format": "deno x prettier --write .",
"lint": "deno x oxlint --fix"
},
"imports": {
"~": "./",
"ofetch": "npm:ofetch@^1.5.1"
},
"permissions": {
"default": {
"env": true,
"net": true
}
}
}