Initial commit
This commit is contained in:
commit
c61624bc92
3 changed files with 166 additions and 0 deletions
10
deno.json
Executable file
10
deno.json
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"tasks": {
|
||||
"dev": "deno run --watch main.ts"
|
||||
},
|
||||
"imports": {
|
||||
"@std/assert": "jsr:@std/assert@1",
|
||||
"@std/cli": "jsr:@std/cli@^1.0.28",
|
||||
"@zip-js/zip-js": "jsr:@zip-js/zip-js@^2.8.26"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue