2024-12-03 17:33:15 +00:00
|
|
|
{
|
|
|
|
"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",
|
2024-12-04 11:48:19 +00:00
|
|
|
"@arx/utils": "https://git.arx-ccn.com/Arx/ts-utils/raw/commit/d5e91a356d48016753f526930d4a50863641e8ce/src/index.ts",
|
2024-12-03 17:33:15 +00:00
|
|
|
"smtp-server": "npm:smtp-server@^3.13.6",
|
|
|
|
"winston": "npm:winston@^3.17.0"
|
|
|
|
}
|
|
|
|
}
|