20 lines
365 B
JSON
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
|
|
}
|
|
}
|
|
}
|