feat: add bolt11 library for Lightning Network invoice handling

- Included the bolt11 library in the server package to facilitate the creation and parsing of Lightning Network invoices.
This commit is contained in:
padreug 2025-09-12 23:09:00 +02:00
parent ee625a91e9
commit 31f1208046

View file

@ -32,6 +32,7 @@
"bchaddrjs": "^0.3.0",
"bignumber.js": "9.0.1",
"bip39": "^2.3.1",
"bolt11": "^1.4.1",
"ccxt": "2.9.16",
"compression": "^1.7.4",
"connect-pg-simple": "^6.2.1",