{
  "name": "@node-lightning/invoice",
  "version": "0.28.0",
  "description": "BOLT 11 Lightning Network invoice encoding/decoding library",
  "main": "dist/index.js",
  "scripts": {
    "test": "../../node_modules/.bin/nyc --reporter=lcov --reporter=text --extension=.ts ../../node_modules/.bin/mocha --require ts-node/register --recursive \"__tests__/**/*.spec.ts\"",
    "lint": "../../node_modules/.bin/eslint lib/**/* __tests__/**/*",
    "build": "../../node_modules/.bin/tsc --project ./tsconfig-build.json",
    "prepublish": "npm run build"
  },
  "homepage": "https://github.com/altangent/node-lightning/tree/master/packages/invoice",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/altangent/node-lightning.git"
  },
  "keywords": [
    "bolt-11",
    "bitcoin",
    "lightning-invoice",
    "lightning-payment",
    "lightning-network",
    "payment-encoding",
    "lightnode-invoice"
  ],
  "author": "Brian Mancini <bmancini@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@node-lightning/bufio": "^0.28.0",
    "@node-lightning/crypto": "^0.28.0",
    "bech32": "^1.1.3",
    "bs58check": "^2.1.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "60c2d771f7f7322f5edceab7ec9bd5c68bd39d31"
}
