ln-service
Version:
Interaction helper for your Lightning Network daemon
60 lines (59 loc) • 1.46 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": "12.0.2",
"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": "8.0.0",
"p2tr": "2.0.0",
"portfinder": "1.0.38",
"psbt": "5.0.0",
"rimraf": "6.1.3",
"tiny-secp256k1": "2.2.4",
"uuid": "14.0.0",
"varuint-bitcoin": "2.0.0"
},
"engines": {
"node": ">=22"
},
"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",
"test": "echo $DOCKER_LND_VERSION && node test/runner"
},
"version": "59.0.3"
}