Mercurial
>
fedipeater
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: deno.json
deno.json
changeset 0
a3bb50016d6f
equal
deleted
inserted
replaced
-1:000000000000
0:a3bb50016d6f
1
{
2
"tasks": {
3
"dev": "deno run --watch main.ts"
4
},
5
"imports": {
6
"@std/assert": "jsr:@std/assert@1"
7
}
8
}