deno.json@a3bb50016d6f
deno.json
Fri, 19 Sep 2025 11:49:40 +0800
- author
- Gong Zhile <gongzl@stu.hebust.edu.cn>
- date
- Fri, 19 Sep 2025 11:49:40 +0800
- changeset 0
- a3bb50016d6f
- permissions
- -rw-r--r--
Initial Commit
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}