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