10 lines
195 B
JSON
10 lines
195 B
JSON
|
{
|
||
|
"tasks": {
|
||
|
"full-scan": "deno run -A --unstable-kv ./full-scan.ts",
|
||
|
"scrape": "deno run -A --unstable-kv ./scrape.ts"
|
||
|
},
|
||
|
"imports": {
|
||
|
"@std/assert": "jsr:@std/assert@1"
|
||
|
}
|
||
|
}
|