ci-actions/deno.json
Emma 6db4adeb39
Some checks failed
Build and Push Version Check Action / build (push) Failing after 4m33s
build version check
2025-05-02 22:05:56 -06:00

8 lines
117 B
JSON

{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}