20 lines
713 B
JSON
20 lines
713 B
JSON
|
{
|
||
|
"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/c1d309ba097ada64cd072ec1e3e97edaaf8773b6/src/index.ts",
|
||
|
"smtp-server": "npm:smtp-server@^3.13.6",
|
||
|
"winston": "npm:winston@^3.17.0"
|
||
|
}
|
||
|
}
|