js-lnurl
Version:
tools for doing lnurl stuff in a lightning wallet.
39 lines (38 loc) • 896 B
JSON
{
"name": "js-lnurl",
"version": "0.6.0",
"description": "tools for doing lnurl stuff in a lightning wallet.",
"repository": "https://github.com/fiatjaf/js-lnurl",
"main": "lib/index.js",
"keywords": [
"lightning",
"lightning-network",
"network",
"wallet",
"lnurl"
],
"dependencies": {
"@types/aes-js": "^3.1.1",
"@types/base64-js": "^1.2.5",
"aes-js": "^3.1.2",
"base64-js": "^1.3.1",
"bech32": "^1.1.4",
"buffer": "^5.6.0",
"cross-fetch": "^3.0.4",
"query-string": "^6.12.1",
"safe-buffer": "^5.2.1"
},
"devDependencies": {
"@types/bech32": "^1.1.2",
"jest": "^29.1.2",
"nock": "^13.2.9",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
},
"scripts": {
"test": "jest --detect-open-handles",
"coverage": "jest --coverage",
"prepublishOnly": "yarn && make"
},
"sideEffects": false
}