Files
breez-sdk-liquid/packages/wasm/examples/node/package.json
Ross Savage 46074feba7 Wasm: Add the remaining CLI commands for the node.js example (#861)
* Add the remaining CLI commands for the node.js example

* Address copilot feedback

* Fix typos

* Fix lnurl-pay

* Add send-payment payjoin option
2025-04-07 15:02:46 +00:00

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"
}
}