10 lines
210 B
JSON
Executable file
10 lines
210 B
JSON
Executable file
{
|
|
"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"
|
|
}
|
|
}
|