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