mirror of
https://github.com/fmhy/bookmarks.git
synced 2026-03-11 08:55:39 +00:00
13 lines
183 B
JSON
13 lines
183 B
JSON
|
|
{
|
||
|
|
"tasks": {
|
||
|
|
"dev": "deno run --watch main.ts"
|
||
|
|
},
|
||
|
|
"imports": {
|
||
|
|
"@std/assert": "jsr:@std/assert@1"
|
||
|
|
},
|
||
|
|
"fmt": {
|
||
|
|
"semiColons": false,
|
||
|
|
"singleQuote": true
|
||
|
|
}
|
||
|
|
}
|