stock-scraper/deno.json
2026-01-17 13:53:36 -05:00

9 lines
119 B
JSON

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