feat: initial commit
This commit is contained in:
19
deno.json
Normal file
19
deno.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user