aiparser/deno.json

9 lines
118 B
JSON
Raw Permalink Normal View History

2025-02-03 22:09:48 +00:00
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}