misc tweaks

This commit is contained in:
Seth Trowbridge 2026-01-17 15:01:35 -05:00
parent 2a7a429fce
commit 7d78598129
2 changed files with 2 additions and 3 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
in console, run:
`deno task scrape`

View File

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