os/pkgs/fetch-hostingde-invoices/deno.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
95 B
JSON
Raw Normal View History

{
"tasks": {
"dev": "deno run --watch main.ts"
},
"importMap": "./import_map.json"
}