* feat: use 1.4.0 dynamic extension loading and go through extension todo: https://github.com/lnbits/lnbits/issues/3652
15 lines
279 B
JSON
15 lines
279 B
JSON
{
|
|
"name": "lnurlp",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"prettier": "^3.7.4",
|
|
"pyright": "^1.1.407"
|
|
}
|
|
}
|