{
  "author": {
    "name": "Alex Bosworth",
    "url": "https://twitter.com/alexbosworth"
  },
  "bugs": {
    "url": "https://github.com/alexbosworth/ln-service/issues"
  },
  "dependencies": {
    "bolt07": "1.9.4",
    "invoices": "3.0.0",
    "lightning": "10.24.0",
    "macaroon": "3.0.4"
  },
  "description": "Interaction helper for your Lightning Network daemon",
  "devDependencies": {
    "@alexbosworth/blockchain": "2.0.0",
    "@alexbosworth/node-fetch": "2.6.2",
    "async": "3.2.6",
    "asyncjs-util": "1.2.12",
    "bip32": "4.0.0",
    "bip66": "2.0.0",
    "bitcoinjs-lib": "6.1.7",
    "bn.js": "5.2.1",
    "bs58check": "4.0.0",
    "ecpair": "2.1.0",
    "ln-docker-daemons": "6.0.24",
    "p2tr": "2.0.0",
    "portfinder": "1.0.34",
    "psbt": "3.0.0",
    "rimraf": "6.0.1",
    "tiny-secp256k1": "2.2.3",
    "uuid": "11.1.0",
    "varuint-bitcoin": "2.0.0"
  },
  "engines": {
    "node": ">=18"
  },
  "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.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": "57.24.0"
}
