mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-17 21:14:22 +01:00
* Add the remaining CLI commands for the node.js example * Address copilot feedback * Fix typos * Fix lnurl-pay * Add send-payment payjoin option
25 lines
544 B
JSON
25 lines
544 B
JSON
{
|
|
"name": "example",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"main": "src/cli.js",
|
|
"scripts": {
|
|
"cli": "node src/cli.js"
|
|
},
|
|
"dependencies": {
|
|
"@breeztech/breez-sdk-liquid": "file:../../",
|
|
"commander": "^13.1.0",
|
|
"dotenv": "^16.4.7",
|
|
"qrcode": "^1.5.4",
|
|
"shell-quote": "^1.8.2"
|
|
},
|
|
"prettier": {
|
|
"endOfLine": "lf",
|
|
"printWidth": 120,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"tabWidth": 4,
|
|
"trailingComma": "none"
|
|
}
|
|
}
|