@node-dlc/wire
Version:
Lightning Network Wire Protocol
41 lines (40 loc) • 1.26 kB
JSON
{
"name": "@node-dlc/wire",
"version": "0.24.1",
"description": "Lightning Network Wire Protocol",
"scripts": {
"test": "../../node_modules/.bin/nyc --reporter=lcov --reporter=text --extension=.ts ../../node_modules/.bin/mocha --require ts-node/register --recursive \"__tests__/**/*.spec.*\"",
"lint": "../../node_modules/.bin/eslint lib/**/*",
"build": "../../node_modules/.bin/tsc --project ./tsconfig-build.json",
"prepublish": "npm run build"
},
"keywords": [
"lightning",
"network",
"bolt2",
"bolt7",
"wire protocol",
"lightning-network"
],
"author": "Brian Mancini <bmancini@gmail.com>",
"homepage": "https://github.com/atomicfinance/node-dlc/tree/master/packages/wire",
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/atomicfinance/node-dlc.git"
},
"dependencies": {
"@node-dlc/bitcoin": "^0.24.1",
"@node-dlc/bufio": "^0.24.1",
"@node-dlc/checksum": "^0.24.1",
"@node-dlc/common": "^0.24.1",
"@node-dlc/crypto": "^0.24.1",
"@node-dlc/logger": "^0.24.1",
"@node-dlc/noise": "^0.24.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "8aa0acd00352bd20ddd2bb9f42f71fd7a2404317"
}