fmhy-bookmarks/deno.json
2025-05-19 23:46:03 +00:00

12 lines
183 B
JSON

{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
},
"fmt": {
"semiColons": false,
"singleQuote": true
}
}