stock-scraper/deno.json
2026-01-17 10:11:34 -05:00

9 lines
124 B
JSON

{
"tasks": {
"scrape": "deno run --watch scraper.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}