denobox/denogen/deno.jsonc
2023-03-08 12:26:10 +01:00

10 lines
178 B
JSON

{
"imports": {
"typescript": "npm:typescript@4.9.4",
"std/": "https://deno.land/std@0.178.0/"
},
"tasks": {
"dev": "deno run --allow-read --watch mod.ts"
}
}