16 lines
477 B
JSON
16 lines
477 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --allow-net --allow-read --allow-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/dotenv": "jsr:@std/dotenv@^0.225.2",
|
|
"@std/expect": "jsr:@std/expect@^1.0.5",
|
|
"@std/testing": "jsr:@std/testing@^1.0.3",
|
|
"ldapts": "npm:ldapts@^7.2.1"
|
|
}
|
|
}
|