light-bolt11-decoder
Version:
decode lightning invoices without overhead (doesn't check signatures).
31 lines (30 loc) • 630 B
JSON
{
"name": "light-bolt11-decoder",
"version": "3.2.0",
"description": "decode lightning invoices without overhead (doesn't check signatures).",
"main": "bolt11.js",
"types": "bolt11.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/fiatjaf/light-bolt11-decoder.git"
},
"keywords": [
"invoice",
"payment",
"request",
"lightning",
"network",
"bolt11",
"bech32"
],
"author": "fiatjaf",
"license": "MIT",
"dependencies": {
"@scure/base": "1.1.1"
},
"devDependencies": {
"eslint": "^8.0.0",
"jest": "^29.4.3",
"prettier": "^2.4.1"
}
}