15 lines
301 B
JSON
15 lines
301 B
JSON
{
|
|
"fmt": {
|
|
"indentWidth": 4,
|
|
"lineWidth": 100
|
|
},
|
|
"imports": {
|
|
"@libs/markdown": "jsr:@libs/markdown@^2.0.4",
|
|
"@std/fs": "jsr:@std/fs@^1.0.19",
|
|
"@std/path": "jsr:@std/path@^1.1.2"
|
|
},
|
|
"tasks": {
|
|
"build": "deno run -A build.ts"
|
|
}
|
|
}
|