balanceofsatoshis/package.json
2019-12-07 20:13:28 -08:00

65 lines
1.6 KiB
JSON

{
"author": {
"name": "Alex Bosworth",
"url": "https://twitter.com/alexbosworth"
},
"bin": {
"bos": "./bos"
},
"bugs": {
"url": "https://github.com/alexbosworth/balanceofsatoshis/issues"
},
"dependencies": {
"asciichart": "1.5.9",
"async": "3.1.0",
"asyncjs-util": "1.1.2",
"bitcoin-ops": "1.4.1",
"bitcoinjs-lib": "5.1.6",
"bolt03": "1.2.1",
"bolt07": "1.4.4",
"caporal": "1.3.0",
"cbor": "5.0.1",
"cert-info": "1.5.1",
"crypto-js": "3.1.9-1",
"goldengate": "3.1.1",
"html2unicode": "1.1.3",
"ini": "1.3.5",
"inquirer": "7.0.0",
"ln-accounting": "3.1.6",
"ln-service": "47.5.5",
"moment": "2.24.0",
"qrcode-terminal": "0.12.0",
"request": "2.88.0",
"sanitize-filename": "1.6.3",
"stats-lite": "2.2.0",
"table": "5.4.6",
"telegraf": "3.34.1",
"update-notifier": "3.0.1"
},
"description": "Lightning balance CLI",
"devDependencies": {
"tap": "14.10.2"
},
"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": {
"test": "tap test/arrays/*.js test/balances/*.js test/chain/*.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"
},
"version": "5.6.2"
}