{
  "allowScripts": {
    "cpu-features@0.0.10": true,
    "protobufjs@7.6.5": true,
    "ssh2@1.17.0": true
  },
  "author": {
    "name": "Alex Bosworth",
    "url": "https://twitter.com/alexbosworth"
  },
  "bugs": {
    "url": "https://github.com/alexbosworth/ln-service/issues"
  },
  "dependencies": {
    "bolt07": "2.0.0",
    "invoices": "6.1.3",
    "lightning": "12.2.8",
    "macaroon": "3.0.4"
  },
  "description": "Interaction helper for your Lightning Network daemon",
  "devDependencies": {
    "@alexbosworth/blockchain": "4.5.1",
    "async": "3.2.6",
    "asyncjs-util": "1.2.12",
    "bip32": "5.0.1",
    "bip66": "2.0.0",
    "bn.js": "5.2.5",
    "bs58check": "4.0.0",
    "ecpair": "3.0.1",
    "ln-docker-daemons": "8.0.3",
    "p2tr": "3.0.0",
    "portfinder": "1.0.38",
    "psbt": "6.0.0",
    "tiny-secp256k1": "2.2.4",
    "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": "git+https://github.com/alexbosworth/ln-service.git"
  },
  "scripts": {
    "integration-test-0.21.2": "DOCKER_LND_VERSION=v0.21.2-beta npm run test",
    "integration-test-0.21.1": "DOCKER_LND_VERSION=v0.21.1-beta npm run test",
    "integration-test-0.21.0": "DOCKER_LND_VERSION=v0.21.0-beta npm run test",
    "integration-test-0.20.3": "DOCKER_LND_VERSION=v0.20.3-beta npm run test",
    "integration-test-0.20.2": "DOCKER_LND_VERSION=v0.20.2-beta npm run test",
    "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.3.4"
}
