plc-replica/deno.json

9 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"
}
}