bolt09
Version:
BOLT 09 helper methods
31 lines (30 loc) • 619 B
JSON
{
"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@17.1 node --experimental-test-coverage --test"
},
"version": "2.2.0"
}