plc-replica/deno.json

9 lines
120 B
JSON
Raw Normal View History

2024-11-27 16:30:50 +00:00
{
"tasks": {
2024-11-28 03:08:47 +00:00
"scrape": "deno run -A ./scrape.ts"
2024-11-27 16:30:50 +00:00
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}