16 lines
334 B
JSON
16 lines
334 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --allow-net --allow-read --allow-write --watch main.ts"
|
|
},
|
|
"imports": {
|
|
"@nostr/tools": "jsr:@nostr/tools@^2.12.0",
|
|
"@std/assert": "jsr:@std/assert@1"
|
|
},
|
|
"fmt": {
|
|
"lineWidth": 120,
|
|
"semiColons": true,
|
|
"indentWidth": 2,
|
|
"lineEnding": "lf",
|
|
"useTabs": false
|
|
}
|
|
}
|