17 lines
277 B
JSON
17 lines
277 B
JSON
|
{
|
||
|
"tasks": {
|
||
|
"dev": "deno run --watch main.ts"
|
||
|
},
|
||
|
"imports": {
|
||
|
"@std/assert": "jsr:@std/assert@1"
|
||
|
},
|
||
|
"nodeModulesDir": "auto",
|
||
|
"fmt": {
|
||
|
"useTabs": false,
|
||
|
"lineWidth": 90,
|
||
|
"indentWidth": 2,
|
||
|
"semiColons": false,
|
||
|
"singleQuote": false
|
||
|
}
|
||
|
}
|