15 lines
436 B
JSON
15 lines
436 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --allow-net --allow-read --allow-env --deny-env --watch main.ts"
|
|
},
|
|
"imports": {
|
|
"@deno/gfm": "jsr:@deno/gfm@^0.9.0",
|
|
"@nostr/tools": "jsr:@nostr/tools@^2.3.1",
|
|
"@nostrify/nostrify": "jsr:@nostrify/nostrify@^0.36.1",
|
|
"@oak/oak": "jsr:@oak/oak@^17.1.0",
|
|
"@std/assert": "jsr:@std/assert@1",
|
|
"@std/dotenv": "jsr:@std/dotenv@^0.225.2",
|
|
"ldapts": "npm:ldapts@^7.2.1"
|
|
}
|
|
}
|