mirror of
https://github.com/alexbosworth/balanceofsatoshis.git
synced 2026-08-13 12:33:37 +02:00
80 lines
2.5 KiB
JSON
80 lines
2.5 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.2.0",
|
|
"bolt03": "1.2.7",
|
|
"bolt07": "1.7.0",
|
|
"caporal": "1.4.0",
|
|
"cbor": "7.0.3",
|
|
"cert-info": "1.5.1",
|
|
"colorette": "1.2.2",
|
|
"crypto-js": "4.0.0",
|
|
"csv-parse": "4.15.3",
|
|
"goldengate": "10.0.1",
|
|
"hot-formula-parser": "4.0.0",
|
|
"import-lazy": "4.0.0",
|
|
"ini": "2.0.0",
|
|
"inquirer": "8.0.0",
|
|
"invoices": "1.1.5",
|
|
"ln-accounting": "4.2.5",
|
|
"ln-service": "51.2.0",
|
|
"ln-sync": "0.4.3",
|
|
"ln-telegram": "3.2.0",
|
|
"moment": "2.29.1",
|
|
"node-fetch": "2.6.1",
|
|
"probing": "1.3.3",
|
|
"psbt": "1.1.7",
|
|
"qrcode-terminal": "0.12.0",
|
|
"sanitize-filename": "1.6.3",
|
|
"stats-lite": "2.2.0",
|
|
"table": "6.0.7",
|
|
"telegraf": "4.1.2",
|
|
"update-notifier": "5.1.0",
|
|
"window-size": "1.1.1"
|
|
},
|
|
"description": "Lightning balance CLI",
|
|
"devDependencies": {
|
|
"secp256k1": "4.0.2",
|
|
"tap": "14.11.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"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",
|
|
"postpack": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag -s v$PACKAGE_VERSION -m v$PACKAGE_VERSION && git push github --tags",
|
|
"postpublish": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t alexbosworth/balanceofsatoshis --push .",
|
|
"test": "tap -t 60 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/peers/*.js test/responses/*.js test/routing/*.js test/services/*.js test/swaps/*.js test/wallets/*.js"
|
|
},
|
|
"version": "8.0.0"
|
|
}
|