mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 16:03:47 +00:00
10 lines
167 B
JSON
10 lines
167 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch main.ts",
|
|
"test": "deno test --allow-env --allow-net"
|
|
},
|
|
"imports": {
|
|
"@std/assert": "jsr:@std/assert@1"
|
|
}
|
|
}
|