mirror of
https://github.com/alexbosworth/balanceofsatoshis.git
synced 2026-08-13 12:33:37 +02:00
82 lines
2.7 KiB
JSON
82 lines
2.7 KiB
JSON
{
|
|
"author": {
|
|
"name": "Alex Bosworth",
|
|
"url": "https://twitter.com/alexbosworth"
|
|
},
|
|
"bin": {
|
|
"bos": "bos"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/alexbosworth/balanceofsatoshis/issues"
|
|
},
|
|
"dependencies": {
|
|
"@alexbosworth/blockchain": "4.0.0",
|
|
"@alexbosworth/caporal": "2.0.0",
|
|
"@alexbosworth/fiat": "2.0.0",
|
|
"@alexbosworth/formulas": "1.4.0",
|
|
"@alexbosworth/html2unicode": "1.1.5",
|
|
"@alexbosworth/node-fetch": "2.6.2",
|
|
"abort-controller": "3.0.0",
|
|
"asciichart": "1.5.25",
|
|
"async": "3.2.6",
|
|
"asyncjs-util": "1.2.12",
|
|
"bech32": "2.0.0",
|
|
"bip66": "2.0.0",
|
|
"bitcoinjs-lib": "6.1.7",
|
|
"bolt01": "3.0.0",
|
|
"bolt03": "1.3.2",
|
|
"bolt07": "1.9.5",
|
|
"cbor": "10.0.12",
|
|
"colorette": "2.0.20",
|
|
"csv-parse": "7.0.2",
|
|
"goldengate": "16.0.5",
|
|
"grammy": "1.45.1",
|
|
"import-lazy": "4.0.0",
|
|
"ini": "7.0.0",
|
|
"inquirer": "14.0.2",
|
|
"ln-accounting": "10.0.5",
|
|
"ln-service": "59.2.4",
|
|
"ln-sync": "8.0.4",
|
|
"ln-telegram": "8.0.5",
|
|
"moment": "2.30.1",
|
|
"paid-services": "8.0.6",
|
|
"probing": "7.0.0",
|
|
"qrcode-terminal": "0.12.0",
|
|
"sanitize-filename": "1.6.4",
|
|
"socks-proxy-agent": "10.1.0",
|
|
"table": "6.9.0",
|
|
"tiny-secp256k1": "2.2.4",
|
|
"window-size": "1.1.1"
|
|
},
|
|
"description": "Lightning balance CLI",
|
|
"devDependencies": {
|
|
"invoices": "6.0.0",
|
|
"ln-docker-daemons": "8.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"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",
|
|
"integration-tests": "node test/integration",
|
|
"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 -t alexbosworth/balanceofsatoshis -t alexbosworth/balanceofsatoshis:$npm_package_version --push .",
|
|
"test": "node --experimental-test-coverage --test test/arrays/*.js test/balances/*.js test/chain/*.js test/display/*.js test/encryption/*.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/tags/*.js test/telegram/*.js test/wallets/*.js"
|
|
},
|
|
"version": "23.1.5"
|
|
}
|