Mercurial
>
fedipeater
/ annotate
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
deno.json@a3bb50016d6f (annotated)
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
0
a3bb50016d6f
Initial Commit
Gong Zhile <gongzl@stu.hebust.edu.cn>
parents:
diff
changeset
1
{
a3bb50016d6f
Initial Commit
Gong Zhile <gongzl@stu.hebust.edu.cn>
parents:
diff
changeset
2
"tasks": {
a3bb50016d6f
Initial Commit
Gong Zhile <gongzl@stu.hebust.edu.cn>
parents:
diff
changeset
3
"dev": "deno run --watch main.ts"
a3bb50016d6f
Initial Commit
Gong Zhile <gongzl@stu.hebust.edu.cn>
parents:
diff
changeset
4
},
a3bb50016d6f
Initial Commit
Gong Zhile <gongzl@stu.hebust.edu.cn>
parents:
diff
changeset
5
"imports": {
a3bb50016d6f
Initial Commit
Gong Zhile <gongzl@stu.hebust.edu.cn>
parents:
diff
changeset
6
"@std/assert": "jsr:@std/assert@1"
a3bb50016d6f
Initial Commit
Gong Zhile <gongzl@stu.hebust.edu.cn>
parents:
diff
changeset
7
}
a3bb50016d6f
Initial Commit
Gong Zhile <gongzl@stu.hebust.edu.cn>
parents:
diff
changeset
8
}