Files
dandelion/deno.json
2026-04-19 21:39:25 -07:00

8 lines
183 B
JSON

{
"tasks": {
"build": "deno run -A npm:typescript/bin/tsc",
"watch": "deno run -A npm:typescript/bin/tsc --watch",
"test": "deno test --allow-net src/App.test.ts"
}
}