fmhy-bookmarks/deno.json

13 lines
183 B
JSON
Raw Permalink Normal View History

2025-05-19 23:46:03 +00:00
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
},
"fmt": {
"semiColons": false,
"singleQuote": true
}
}