balanceofsatoshis/package.json

72 lines
2 KiB
JSON

{
"author": {
"name": "Alex Bosworth",
"url": "https://twitter.com/alexbosworth"
},
"bin": {
"bos": "./bos"
},
"bugs": {
"url": "https://github.com/alexbosworth/balanceofsatoshis/issues"
},
"dependencies": {
"@alexbosworth/html2unicode": "1.1.5",
"@alexbosworth/request": "2.88.3",
"asciichart": "1.5.25",
"async": "3.2.0",
"asyncjs-util": "1.2.3",
"bitcoin-ops": "1.4.1",
"bitcoinjs-lib": "5.1.10",
"bolt03": "1.2.6",
"bolt07": "1.5.2",
"caporal": "1.4.0",
"cbor": "5.1.0",
"cert-info": "1.5.1",
"colorette": "1.2.1",
"crypto-js": "4.0.0",
"csv-parse": "4.12.0",
"goldengate": "6.1.1",
"ini": "1.3.5",
"inquirer": "7.3.3",
"ln-accounting": "4.1.7",
"ln-service": "49.9.2",
"ln-sync": "0.0.9",
"moment": "2.27.0",
"probing": "1.2.0",
"psbt": "1.1.5",
"qrcode-terminal": "0.12.0",
"sanitize-filename": "1.6.3",
"stats-lite": "2.2.0",
"table": "6.0.3",
"telegraf": "3.38.0",
"update-notifier": "4.1.1",
"window-size": "1.1.1"
},
"description": "Lightning balance CLI",
"devDependencies": {
"tap": "14.10.8"
},
"engines": {
"node": ">=10.12.0"
},
"keywords": [
"cli",
"lightning",
"lightning-network",
"lnd",
"rebalance",
"submarine-swaps"
],
"license": "MIT",
"main": "index.js",
"name": "balanceofsatoshis",
"repository": {
"type": "git",
"url": "https://github.com/alexbosworth/balanceofsatoshis.git"
},
"scripts": {
"build-docker": "docker build -t alexbosworth/balanceofsatoshis . && docker save alexbosworth/balanceofsatoshis > balanceofsatoshis.tar && gzip balanceofsatoshis.tar",
"test": "tap test/arrays/*.js test/balances/*.js test/chain/*.js test/display/*.js test/encryption/*.js test/fiat/*.js test/lnd/*.js test/network/*.js test/nodes/*.js test/responses/*.js test/routing/*.js test/swaps/*.js test/telegram/*.js test/wallets/*.js"
},
"version": "5.46.2"
}