{
  "author": {
    "name": "Alex Bosworth",
    "url": "https://twitter.com/alexbosworth"
  },
  "bugs": {
    "url": "https://github.com/alexbosworth/bolt09/issues"
  },
  "description": "BOLT 09 helper methods",
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "bolt",
    "feature-bits",
    "lightning",
    "lightning-network"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "bolt09",
  "repository": {
    "type": "git",
    "url": "https://github.com/alexbosworth/bolt09.git"
  },
  "scripts": {
    "test": "npx nyc@15.1 node --experimental-test-coverage --test"
  },
  "version": "2.1.0"
}
