ln-service
Version:
Interaction helper for your Lightning Network daemon
87 lines (86 loc) • 3.59 kB
JSON
{
"author": {
"name": "Alex Bosworth",
"url": "https://twitter.com/alexbosworth"
},
"bugs": {
"url": "https://github.com/alexbosworth/ln-service/issues"
},
"dependencies": {
"bolt07": "1.9.5",
"invoices": "5.0.2",
"lightning": "11.0.3",
"macaroon": "3.0.4"
},
"description": "Interaction helper for your Lightning Network daemon",
"devDependencies": {
"@alexbosworth/blockchain": "3.2.0",
"@alexbosworth/node-fetch": "2.6.2",
"async": "3.2.6",
"asyncjs-util": "1.2.12",
"bip32": "5.0.1",
"bip66": "2.0.0",
"bitcoinjs-lib": "6.1.7",
"bn.js": "5.2.3",
"bs58check": "4.0.0",
"ecpair": "3.0.1",
"ln-docker-daemons": "7.0.0",
"p2tr": "2.0.0",
"portfinder": "1.0.38",
"psbt": "5.0.0",
"rimraf": "6.1.3",
"tiny-secp256k1": "2.2.4",
"uuid": "13.0.0",
"varuint-bitcoin": "2.0.0"
},
"engines": {
"node": ">=20"
},
"keywords": [
"bitcoin",
"grpc",
"lightning",
"lightning-network",
"lnd"
],
"license": "MIT",
"main": "index.js",
"name": "ln-service",
"repository": {
"type": "git",
"url": "https://github.com/alexbosworth/ln-service.git"
},
"scripts": {
"integration-test-0.20.1": "DOCKER_LND_VERSION=v0.20.1-beta npm run test",
"integration-test-0.20.0": "DOCKER_LND_VERSION=v0.20.0-beta npm run test",
"integration-test-0.19.3": "DOCKER_LND_VERSION=v0.19.3-beta npm run test",
"integration-test-0.19.2": "DOCKER_LND_VERSION=v0.19.2-beta npm run test",
"integration-test-0.19.1": "DOCKER_LND_VERSION=v0.19.1-beta npm run test",
"integration-test-0.19.0": "DOCKER_LND_VERSION=v0.19.0-beta npm run test",
"integration-test-0.18.5": "DOCKER_LND_VERSION=v0.18.5-beta npm run test",
"integration-test-0.18.4": "DOCKER_LND_VERSION=v0.18.4-beta npm run test",
"integration-test-0.18.3": "DOCKER_LND_VERSION=v0.18.3-beta npm run test",
"integration-test-0.18.2": "DOCKER_LND_VERSION=v0.18.2-beta npm run test",
"integration-test-0.18.1": "DOCKER_LND_VERSION=v0.18.1-beta npm run test",
"integration-test-0.18.0": "DOCKER_LND_VERSION=v0.18.0-beta npm run test",
"integration-test-0.17.5": "DOCKER_LND_VERSION=v0.17.5-beta npm run test",
"integration-test-0.17.4": "DOCKER_LND_VERSION=v0.17.4-beta npm run test",
"integration-test-0.17.3": "DOCKER_LND_VERSION=v0.17.3-beta npm run test",
"integration-test-0.17.2": "DOCKER_LND_VERSION=v0.17.2-beta npm run test",
"integration-test-0.17.1": "DOCKER_LND_VERSION=v0.17.1-beta npm run test",
"integration-test-0.17.0": "DOCKER_LND_VERSION=v0.17.0-beta npm run test",
"integration-test-0.16.4": "DOCKER_LND_VERSION=v0.16.4-beta npm run test",
"integration-test-0.16.3": "DOCKER_LND_VERSION=v0.16.3-beta npm run test",
"integration-test-0.16.2": "DOCKER_LND_VERSION=v0.16.2-beta npm run test",
"integration-test-0.16.1": "DOCKER_LND_VERSION=v0.16.1-beta npm run test",
"integration-test-0.16.0": "DOCKER_LND_VERSION=v0.16.0-beta npm run test",
"integration-test-0.15.5": "DOCKER_LND_VERSION=v0.15.5-beta npm run test",
"integration-test-0.15.4": "DOCKER_LND_VERSION=v0.15.4-beta npm run test",
"integration-test-0.15.3": "DOCKER_LND_VERSION=v0.15.3-beta npm run test",
"integration-test-0.15.2": "DOCKER_LND_VERSION=v0.15.2-beta npm run test",
"integration-test-0.14.5": "DOCKER_LND_VERSION=v0.14.5-beta npm run test",
"integration-test-0.14.4": "DOCKER_LND_VERSION=v0.14.4-beta npm run test",
"test": "echo $DOCKER_LND_VERSION && node test/runner"
},
"version": "58.0.3"
}