9 lines
119 B
JSON
9 lines
119 B
JSON
{
|
|
"tasks": {
|
|
"scrape": "deno run -A scraper.ts"
|
|
},
|
|
"imports": {
|
|
"@std/assert": "jsr:@std/assert@1"
|
|
}
|
|
}
|