api.npub.email/deno.json

20 lines
713 B
JSON
Raw Normal View History

{
"nodeModulesDir": "auto",
"tasks": {
"dev": "deno run --allow-all --watch src/index.ts"
},
"imports": {
"@cashu/cashu-ts": "npm:@cashu/cashu-ts@^2.0.0",
"@libsql/client": "npm:@libsql/client",
"@nostr-dev-kit/ndk": "npm:@nostr-dev-kit/ndk@^2.10.7",
"@std/bytes": "jsr:@std/bytes@^1.0.4",
"@std/dotenv": "jsr:@std/dotenv@^0.225.2",
"@std/encoding": "jsr:@std/encoding@^1.0.5",
"nostr-tools": "jsr:@nostr/tools@^2.10.4",
"@std/assert": "jsr:@std/assert@1",
"@arx/utils": "https://git.arx-ccn.com/Arx/ts-utils/raw/commit/d5e91a356d48016753f526930d4a50863641e8ce/src/index.ts",
"smtp-server": "npm:smtp-server@^3.13.6",
"winston": "npm:winston@^3.17.0"
}
}