balanceofsatoshis/package.json

83 lines
2.7 KiB
JSON
Raw Permalink Normal View History

2019-02-10 16:15:06 -08:00
{
2019-11-21 22:17:44 -08:00
"author": {
"name": "Alex Bosworth",
"url": "https://twitter.com/alexbosworth"
},
2019-02-10 16:20:21 -08:00
"bin": {
2020-10-23 13:17:17 -07:00
"bos": "bos"
2019-02-10 16:20:21 -08:00
},
2019-02-10 16:15:06 -08:00
"bugs": {
"url": "https://github.com/alexbosworth/balanceofsatoshis/issues"
},
"dependencies": {
2026-08-06 12:05:38 -07:00
"@alexbosworth/blockchain": "4.0.0",
2024-07-02 13:23:15 -07:00
"@alexbosworth/caporal": "2.0.0",
2023-07-07 19:56:09 -07:00
"@alexbosworth/fiat": "2.0.0",
2026-07-24 13:03:30 -07:00
"@alexbosworth/formulas": "1.4.0",
"@alexbosworth/html2unicode": "1.1.5",
"@alexbosworth/node-fetch": "2.6.2",
2021-08-25 09:30:26 -07:00
"abort-controller": "3.0.0",
"asciichart": "1.5.25",
2024-09-13 13:32:40 -07:00
"async": "3.2.6",
2023-07-07 19:56:09 -07:00
"asyncjs-util": "1.2.12",
2022-03-31 12:56:57 -07:00
"bech32": "2.0.0",
2024-07-02 13:23:15 -07:00
"bip66": "2.0.0",
2024-12-22 12:10:09 -08:00
"bitcoinjs-lib": "6.1.7",
2026-02-21 15:15:41 -08:00
"bolt01": "3.0.0",
2023-10-09 07:29:35 -07:00
"bolt03": "1.3.2",
2026-02-21 15:15:41 -08:00
"bolt07": "1.9.5",
2026-03-31 08:53:57 -07:00
"cbor": "10.0.12",
2023-04-21 08:55:09 -07:00
"colorette": "2.0.20",
2026-08-06 12:05:38 -07:00
"csv-parse": "7.0.2",
2026-08-07 15:11:34 -07:00
"goldengate": "16.0.5",
2026-07-24 13:03:30 -07:00
"grammy": "1.45.1",
2020-11-10 20:53:47 -08:00
"import-lazy": "4.0.0",
2026-05-12 08:02:52 -07:00
"ini": "7.0.0",
2026-06-05 13:38:07 -07:00
"inquirer": "14.0.2",
2026-08-07 15:11:34 -07:00
"ln-accounting": "10.0.5",
"ln-service": "59.2.4",
"ln-sync": "8.0.4",
2026-08-06 12:05:38 -07:00
"ln-telegram": "8.0.5",
2024-01-16 17:26:10 -08:00
"moment": "2.30.1",
2026-08-07 15:11:34 -07:00
"paid-services": "8.0.6",
2026-06-15 15:14:25 -07:00
"probing": "7.0.0",
"qrcode-terminal": "0.12.0",
2026-03-24 12:00:28 -07:00
"sanitize-filename": "1.6.4",
2026-06-15 15:14:25 -07:00
"socks-proxy-agent": "10.1.0",
2024-12-22 12:10:09 -08:00
"table": "6.9.0",
2025-06-28 13:42:55 -07:00
"tiny-secp256k1": "2.2.4",
"window-size": "1.1.1"
2019-02-10 16:15:06 -08:00
},
"description": "Lightning balance CLI",
2019-02-26 13:04:00 -03:00
"devDependencies": {
2026-08-07 15:11:34 -07:00
"invoices": "6.0.0",
2026-06-30 09:03:14 -07:00
"ln-docker-daemons": "8.0.2"
2019-02-26 13:04:00 -03:00
},
2019-08-19 15:47:37 -07:00
"engines": {
2026-05-09 06:54:49 -07:00
"node": ">=22"
2019-08-19 15:47:37 -07:00
},
2019-05-17 21:28:34 -07:00
"keywords": [
"cli",
"lightning",
"lightning-network",
2019-11-09 17:51:44 -08:00
"lnd",
"rebalance",
"submarine-swaps"
2019-05-17 21:28:34 -07:00
],
2019-02-10 16:15:06 -08:00
"license": "MIT",
"main": "index.js",
"name": "balanceofsatoshis",
"repository": {
"type": "git",
"url": "https://github.com/alexbosworth/balanceofsatoshis.git"
},
2019-02-26 13:04:00 -03:00
"scripts": {
2023-03-29 20:17:33 -07:00
"build-docker": "docker build -t alexbosworth/balanceofsatoshis . && docker save alexbosworth/balanceofsatoshis > balanceofsatoshis.tar && gzip balanceofsatoshis.tar",
2023-07-09 07:11:08 -07:00
"integration-tests": "node test/integration",
2020-11-29 16:35:57 -08:00
"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",
2026-01-05 20:46:28 -08:00
"postpublish": "docker buildx build --platform linux/amd64,linux/arm64 -t alexbosworth/balanceofsatoshis -t alexbosworth/balanceofsatoshis:$npm_package_version --push .",
2026-07-24 13:03:30 -07:00
"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"
2019-02-26 13:04:00 -03:00
},
2026-08-07 15:11:34 -07:00
"version": "23.1.5"
2019-02-10 16:15:06 -08:00
}